Uses of Class com.sshtools.j2ssh.transport.MessageNotAvailableException

Uses in package com.sshtools.j2ssh.transport

Methods which throw type com.sshtools.j2ssh.transport.MessageNotAvailableException

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

Uses in package com.sshtools.j2ssh.subsystem

Methods which throw type com.sshtools.j2ssh.transport.MessageNotAvailableException

SubsystemMessage

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.