Uses of Class
com.sshtools.j2ssh.transport.SshMessage
Packages that use SshMessage
Package
Description
-
Uses of SshMessage in com.sshtools.daemon.authentication
Methods in com.sshtools.daemon.authentication that return SshMessageMethods in com.sshtools.daemon.authentication with parameters of type SshMessageModifier and TypeMethodDescriptionprotected void
AuthenticationProtocolServer.onMessageReceived
(SshMessage msg) void
AuthenticationProtocolServer.sendMessage
(SshMessage msg) -
Uses of SshMessage in com.sshtools.daemon.transport
Methods in com.sshtools.daemon.transport with parameters of type SshMessageModifier and TypeMethodDescriptionprotected void
TransportProtocolServer.onMessageReceived
(SshMessage msg) -
Uses of SshMessage in com.sshtools.j2ssh.authentication
Subclasses of SshMessage in com.sshtools.j2ssh.authenticationModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Methods in com.sshtools.j2ssh.authentication that return SshMessageModifier and TypeMethodDescriptionAuthenticationProtocolClient.readMessage
(int messageId) AuthenticationProtocolClient.readMessage
(int[] messageId) Methods in com.sshtools.j2ssh.authentication with parameters of type SshMessage -
Uses of SshMessage in com.sshtools.j2ssh.connection
Subclasses of SshMessage in com.sshtools.j2ssh.connectionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in com.sshtools.j2ssh.connection with parameters of type SshMessageModifier and TypeMethodDescriptionprotected void
ConnectionProtocol.onMessageReceived
(SshMessage msg) -
Uses of SshMessage in com.sshtools.j2ssh.transport
Subclasses of SshMessage in com.sshtools.j2ssh.transportModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Methods in com.sshtools.j2ssh.transport that return SshMessageModifier and TypeMethodDescriptionSshMessageStore.createMessage
(byte[] msgdata) Create a formed message from raw message data.SshMessageStore.getMessage
(int messageId) Get a message from the store.SshMessageStore.getMessage
(int[] messageIdFilter) Get a message from the store.SshMessageStore.getMessage
(int[] messageIdFilter, int timeout) Get a message from the store.SshMessageStore.getMessage
(int messageId, int timeout) Get a message from the store.SshMessageStore.nextMessage()
Get the next message in the store or wait until a new message arrives.SshMessageStore.peekMessage
(int messageId) Get a message from the store without removing it.SshMessageStore.peekMessage
(int[] messageIdFilter) Get a message from the store without removing or blocking if the message does not exist.SshMessageStore.peekMessage
(int[] messageIdFilter, int timeout) Get a message from the store without removing it; only blocking for the number of milliseconds specified in the timeout field.SshMessageStore.peekMessage
(int messageId, int timeout) Get a message from the store without removing it, only blocking for the number of milliseconds specified in the timeout field.protected SshMessage
TransportProtocolCommon.processMessages()
TransportProtocol.readMessage
(int[] filter) TransportProtocolCommon.readMessage
(int[] filter) Methods in com.sshtools.j2ssh.transport with parameters of type SshMessageModifier and TypeMethodDescriptionvoid
SshMessageStore.addMessage
(SshMessage msg) Add a formed message to the store.void
SshMessageListener.messageReceived
(SshMessage msg) protected abstract void
AsyncService.onMessageReceived
(SshMessage msg) Called by the service thread when an asyncronous message is received.void
TransportProtocolClient.onMessageReceived
(SshMessage msg) protected abstract void
TransportProtocolCommon.onMessageReceived
(SshMessage msg) void
SshMessageStore.removeMessage
(SshMessage msg) Removes a message from the message store.void
TransportProtocol.sendMessage
(SshMessage ms, Object sender) void
TransportProtocolCommon.sendMessage
(SshMessage msg, Object sender) -
Uses of SshMessage in com.sshtools.j2ssh.transport.kex
Subclasses of SshMessage in com.sshtools.j2ssh.transport.kex