Uses of Class
com.sshtools.j2ssh.transport.SshMessageStore
Packages that use SshMessageStore
Package
Description
-
Uses of SshMessageStore in com.sshtools.j2ssh.connection
Constructors in com.sshtools.j2ssh.connection with parameters of type SshMessageStoreModifierConstructorDescriptionChannelInputStream
(SshMessageStore messageStore) Creates a new ChannelInputStream object.ChannelInputStream
(SshMessageStore messageStore, Integer type) Creates a new ChannelInputStream object. -
Uses of SshMessageStore in com.sshtools.j2ssh.transport
Fields in com.sshtools.j2ssh.transport declared as SshMessageStoreModifier and TypeFieldDescriptionprotected SshMessageStore
Service.messageStore
The message store registered with the transport protocol to receive the service's message.protected SshMessageStore
TransportProtocolCommon.messageStore
Methods in com.sshtools.j2ssh.transport with parameters of type SshMessageStoreModifier and TypeMethodDescriptionvoid
TransportProtocol.addMessageStore
(SshMessageStore store) void
TransportProtocolCommon.addMessageStore
(SshMessageStore store) void
TransportProtocolCommon.removeMessageStore
(SshMessageStore ms) void
TransportProtocolCommon.unregisterMessage
(Integer messageId, SshMessageStore store) Constructors in com.sshtools.j2ssh.transport with parameters of type SshMessageStoreModifierConstructorDescriptionMessageNotRegisteredException
(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