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 identifier
buf
- SSHPacket
containing rest of the requestSSHException
- if there is a non-recoverable error