com.jscape.inet.ssh.connection.messages
Interface ChannelMessageDispatcher
public interface ChannelMessageDispatcher
- Version:
- 1.0
- Author:
- usun
dispatch
void dispatch(Message msg)
onSshMsgChannelData
void onSshMsgChannelData(SshMsgChannelData msg)
onSshMsgChannelEof
void onSshMsgChannelEof(SshMsgChannelEof msg)
onSshMsgChannelExtendedData
void onSshMsgChannelExtendedData(SshMsgChannelExtendedData msg)
onSshMsgChannelFailure
void onSshMsgChannelFailure(SshMsgChannelFailure msg)
onSshMsgChannelRequest
void onSshMsgChannelRequest(SshMsgChannelRequest msg)
onSshMsgChannelSuccess
void onSshMsgChannelSuccess(SshMsgChannelSuccess msg)
onSshMsgChannelWindowAdjust
void onSshMsgChannelWindowAdjust(SshMsgChannelWindowAdjust msg)
onSshMsgChannelClose
void onSshMsgChannelClose(SshMsgChannelClose msg)
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved