|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ForwardedChannelOpener
Takes care of handling SSH_MSG_CHANNEL_OPEN
requests for forwarded channels of a specific type.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 field
ConnectionException
TransportException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |