public interface SSHPacketHandler
packet decoder -> (SSHPacketHandler) transport layer -> (SSHPacketHandler) connection layer ->
(SSHPacketHandler) channel.| Modifier and Type | Method and Description |
|---|---|
void |
handle(Message msg,
SSHPacket buf)
Delegate handling of some SSH packet to this object.
|
void handle(Message msg, SSHPacket buf) throws SSHException
msg - the SSH message identifierbuf - SSHPacket containing rest of the requestSSHException - if there is a non-recoverable errorCopyright © 2009–2014. All rights reserved.