Uses of Class
com.sshtools.j2ssh.transport.MessageStoreEOFException
Packages that use MessageStoreEOFException
-
Uses of MessageStoreEOFException in com.sshtools.j2ssh.subsystem
Methods in com.sshtools.j2ssh.subsystem that throw MessageStoreEOFExceptionModifier and TypeMethodDescriptionSubsystemMessageStore.nextMessage()
SubsystemMessageStore.nextMessage
(int timeout) -
Uses of MessageStoreEOFException in com.sshtools.j2ssh.transport
Methods in com.sshtools.j2ssh.transport that throw MessageStoreEOFExceptionModifier and TypeMethodDescriptionSshMessageStore.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.