com.jscape.inet.ssh.connection.messages
Interface ConnectionMessageDispatcher
public interface ConnectionMessageDispatcher
- Version:
- 1.0
- Author:
- usun
dispatch
void dispatch(Message msg)
onSshMsgGlobalRequest
void onSshMsgGlobalRequest(SshMsgGlobalRequest msg)
onSsgMsgRequestFailure
void onSsgMsgRequestFailure(SshMsgRequestFailure msg)
onSshMsgRequestSuccess
void onSshMsgRequestSuccess(SshMsgRequestSuccess msg)
onSshMsgChannelOpen
void onSshMsgChannelOpen(SshMsgChannelOpen msg)
onSshMsgChannelOpenConfirmation
void onSshMsgChannelOpenConfirmation(SshMsgChannelOpenConfirmation msg)
onSshMsgChannelOpenFailure
void onSshMsgChannelOpenFailure(SshMsgChannelOpenFailure msg)
onSshMsgChannel
void onSshMsgChannel(long channelNo,
Message msg)
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved