Secure iNet Factory

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


public interface ChannelMessageDispatcher

Version:
1.0
Author:
usun

Method Summary
 void dispatch(Message msg)
           
 void onSshMsgChannelClose(SshMsgChannelClose msg)
           
 void onSshMsgChannelData(SshMsgChannelData msg)
           
 void onSshMsgChannelEof(SshMsgChannelEof msg)
           
 void onSshMsgChannelExtendedData(SshMsgChannelExtendedData msg)
           
 void onSshMsgChannelFailure(SshMsgChannelFailure msg)
           
 void onSshMsgChannelRequest(SshMsgChannelRequest msg)
           
 void onSshMsgChannelSuccess(SshMsgChannelSuccess msg)
           
 void onSshMsgChannelWindowAdjust(SshMsgChannelWindowAdjust msg)
           
 

Method Detail

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)

Secure iNet Factory

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