Frames | No Frames |
Classes derived from com.sshtools.j2ssh.transport.SshMessage | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Methods with parameter type com.sshtools.j2ssh.transport.SshMessage | |
void |
Classes derived from com.sshtools.j2ssh.transport.SshMessage | |
class | |
class |
Classes derived from com.sshtools.j2ssh.transport.SshMessage | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Methods with parameter type com.sshtools.j2ssh.transport.SshMessage | |
void |
Methods with return type com.sshtools.j2ssh.transport.SshMessage | |
SshMessage | AuthenticationProtocolClient.readMessage(int messageId) |
SshMessage | AuthenticationProtocolClient.readMessage(int[] messageId) |
Classes derived from com.sshtools.j2ssh.transport.SshMessage | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Methods with parameter type com.sshtools.j2ssh.transport.SshMessage | |
void |
Add a formed message to the store. |
void | |
void |
Called by the service thread when an asyncronous message is received. |
void | |
void | |
void |
Removes a message from the message store. |
void | |
void |
Methods with return type com.sshtools.j2ssh.transport.SshMessage | |
SshMessage | SshMessageStore.createMessage(byte[] msgdata)
Create a formed message from raw message data. |
SshMessage | SshMessageStore.getMessage(int messageId)
Get a message from the store. |
SshMessage | SshMessageStore.getMessage(int messageId, int timeout)
Get a message from the store. |
SshMessage | SshMessageStore.getMessage(int[] messageIdFilter)
Get a message from the store. |
SshMessage | SshMessageStore.getMessage(int[] messageIdFilter, int timeout)
Get a message from the store. |
SshMessage |
Get the next message in the store or wait until a new message arrives. |
SshMessage | SshMessageStore.peekMessage(int messageId)
Get a message from the store without removing it. |
SshMessage | 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. |
SshMessage | SshMessageStore.peekMessage(int[] messageIdFilter)
Get a message from the store without removing or blocking if the message
does not exist. |
SshMessage | 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. |
SshMessage | |
SshMessage | TransportProtocol.readMessage(int[] filter) |
SshMessage | TransportProtocolCommon.readMessage(int[] filter) |
Methods with parameter type com.sshtools.j2ssh.transport.SshMessage | |
void | |
void |
Methods with return type com.sshtools.j2ssh.transport.SshMessage | |
SshMessage |
Methods with parameter type com.sshtools.j2ssh.transport.SshMessage | |
void |