Secure iNet Factory

com.jscape.inet.ssh.transport.messages
Interface TransportMessageDispatcher


public interface TransportMessageDispatcher

Version:
1.0
Author:
Alex Usun

Method Summary
 boolean dispatch(Message msg)
           
 boolean onSshMsgDebug(SshMsgDebug msg)
           
 boolean onSshMsgDisconnect(SshMsgDisconnect msg)
           
 boolean onSshMsgIgnore(SshMsgIgnore msg)
           
 boolean onSshMsgKexInit(SshMsgKexInit msg)
           
 boolean onSshMsgUnknown(SshMsgUnknown msg)
           
 

Method Detail

dispatch

boolean dispatch(Message msg)
Parameters:
msg -
Returns:
dispatch

onSshMsgDisconnect

boolean onSshMsgDisconnect(SshMsgDisconnect msg)
Parameters:
msg -
Returns:
disconnect boolean value

onSshMsgIgnore

boolean onSshMsgIgnore(SshMsgIgnore msg)
Parameters:
msg -
Returns:
message ignore

onSshMsgDebug

boolean onSshMsgDebug(SshMsgDebug msg)
Parameters:
msg -
Returns:
message debug

onSshMsgUnknown

boolean onSshMsgUnknown(SshMsgUnknown msg)
Parameters:
msg -
Returns:
message unknown

onSshMsgKexInit

boolean onSshMsgKexInit(SshMsgKexInit msg)
Parameters:
msg -
Returns:
message kex init

Secure iNet Factory

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