Uses of Class
com.sshtools.j2ssh.transport.SshMessageStore

Packages that use SshMessageStore
com.sshtools.daemon.authentication   
com.sshtools.j2ssh.connection   
com.sshtools.j2ssh.session   
com.sshtools.j2ssh.transport   
com.sshtools.j2ssh.transport.kex   
 

Uses of SshMessageStore in com.sshtools.daemon.authentication
 

Fields in com.sshtools.daemon.authentication declared as SshMessageStore
private  SshMessageStore AuthenticationProtocolServer.methodMessages
           
 

Uses of SshMessageStore in com.sshtools.j2ssh.connection
 

Fields in com.sshtools.j2ssh.connection declared as SshMessageStore
private  SshMessageStore IOChannel.incoming
           
private  SshMessageStore ChannelInputStream.messageStore
           
 

Constructors in com.sshtools.j2ssh.connection with parameters of type SshMessageStore
ChannelInputStream(SshMessageStore messageStore)
          Creates a new ChannelInputStream object.
ChannelInputStream(SshMessageStore messageStore, java.lang.Integer type)
          Creates a new ChannelInputStream object.
 

Uses of SshMessageStore in com.sshtools.j2ssh.session
 

Fields in com.sshtools.j2ssh.session declared as SshMessageStore
private  SshMessageStore SessionChannelClient.errorMessages
           
 

Uses of SshMessageStore in com.sshtools.j2ssh.transport
 

Fields in com.sshtools.j2ssh.transport declared as SshMessageStore
protected  SshMessageStore TransportProtocolCommon.messageStore
           
protected  SshMessageStore Service.messageStore
          The message store registered with the transport protocol to receive the service's message.
private  SshMessageStore TransportProtocolClient.ms
           
 

Methods in com.sshtools.j2ssh.transport that return SshMessageStore
private  SshMessageStore TransportProtocolCommon.getMessageStore(java.lang.Integer messageId)
           
 

Methods in com.sshtools.j2ssh.transport with parameters of type SshMessageStore
 void TransportProtocolCommon.addMessageStore(SshMessageStore store)
           
 void TransportProtocol.addMessageStore(SshMessageStore store)
           
 void TransportProtocolCommon.removeMessageStore(SshMessageStore ms)
           
 void TransportProtocolCommon.unregisterMessage(java.lang.Integer messageId, SshMessageStore store)
           
 

Constructors in com.sshtools.j2ssh.transport with parameters of type SshMessageStore
MessageNotRegisteredException(java.lang.Integer messageId, SshMessageStore store)
           Consructs the exception.
 

Uses of SshMessageStore in com.sshtools.j2ssh.transport.kex
 

Fields in com.sshtools.j2ssh.transport.kex declared as SshMessageStore
protected  SshMessageStore SshKeyExchange.messageStore