Uses of Class
com.sshtools.j2ssh.transport.SshMessageStore
-
Packages that use SshMessageStore Package Description com.sshtools.j2ssh.connection com.sshtools.j2ssh.transport com.sshtools.j2ssh.transport.kex -
-
Uses of SshMessageStore in com.sshtools.j2ssh.connection
Constructors in com.sshtools.j2ssh.connection with parameters of type SshMessageStore Constructor Description 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.transport
Fields in com.sshtools.j2ssh.transport declared as SshMessageStore Modifier and Type Field Description protected SshMessageStoreService. messageStoreThe message store registered with the transport protocol to receive the service's message.protected SshMessageStoreTransportProtocolCommon. messageStoreMethods in com.sshtools.j2ssh.transport with parameters of type SshMessageStore Modifier and Type Method Description voidTransportProtocol. addMessageStore(SshMessageStore store)voidTransportProtocolCommon. addMessageStore(SshMessageStore store)voidTransportProtocolCommon. removeMessageStore(SshMessageStore ms)voidTransportProtocolCommon. unregisterMessage(java.lang.Integer messageId, SshMessageStore store)Constructors in com.sshtools.j2ssh.transport with parameters of type SshMessageStore Constructor Description 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 Modifier and Type Field Description protected SshMessageStoreSshKeyExchange. messageStore
-