com.jscape.inet.ssh.transport.messages
Interface TransportMessageDispatcher
public interface TransportMessageDispatcher
- Version:
- 1.0
- Author:
- Alex Usun
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
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved