public interface ForwardedChannelOpener
SSH_MSG_CHANNEL_OPEN requests for forwarded channels of a specific type.| Modifier and Type | Method and Description |
|---|---|
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. |
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 fieldConnectionExceptionTransportExceptionCopyright © 2009–2014. All rights reserved.