public interface ForwardedChannelOpener
SSH_MSG_CHANNEL_OPEN
requests for forwarded channels of a specific type.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelType()
Returns the name of the channel type this opener can next.
|
void |
handleOpen(SSHPacket buf)
Delegates a
SSH_MSG_CHANNEL_OPEN request for the channel type claimed by this opener. |
java.lang.String getChannelType()
void handleOpen(SSHPacket buf) throws ConnectionException, TransportException
SSH_MSG_CHANNEL_OPEN
request for the channel type claimed by this opener.buf
- SSHPacket
containg the request except for the message identifier and channel type fieldConnectionException
TransportException