SshMessage |
SshMessageStore.getMessage(int messageId) |
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 |
SshMessageStore.getMessage(int messageId,
int timeout) |
Get a message from the store.
|
SshMessage |
SshMessageStore.nextMessage() |
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[] 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 |
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.
|