Secure iNet Factory

com.jscape.inet.ssh.connection.messages
Interface ConnectionMessageDispatcher


public interface ConnectionMessageDispatcher

Version:
1.0
Author:
usun

Method Summary
 void dispatch(Message msg)
           
 void onSsgMsgRequestFailure(SshMsgRequestFailure msg)
           
 void onSshMsgChannel(long channelNo, Message msg)
           
 void onSshMsgChannelOpen(SshMsgChannelOpen msg)
           
 void onSshMsgChannelOpenConfirmation(SshMsgChannelOpenConfirmation msg)
           
 void onSshMsgChannelOpenFailure(SshMsgChannelOpenFailure msg)
           
 void onSshMsgGlobalRequest(SshMsgGlobalRequest msg)
           
 void onSshMsgRequestSuccess(SshMsgRequestSuccess msg)
           
 

Method Detail

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)

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved