|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use MessageNotAvailableException | |
|---|---|
| com.sshtools.j2ssh.subsystem | |
| com.sshtools.j2ssh.transport | |
| Uses of MessageNotAvailableException in com.sshtools.j2ssh.subsystem |
|---|
| Methods in com.sshtools.j2ssh.subsystem that throw MessageNotAvailableException | |
|---|---|
SubsystemMessage |
SubsystemMessageStore.nextMessage(int timeout)
|
| Uses of MessageNotAvailableException in com.sshtools.j2ssh.transport |
|---|
| Methods in com.sshtools.j2ssh.transport that throw MessageNotAvailableException | |
|---|---|
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.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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||