Modifier and Type | Method and Description |
---|---|
void |
AbstractService.handle(Message msg,
SSHPacket buf) |
Modifier and Type | Method and Description |
---|---|
static Message |
Message.fromByte(byte b) |
Message |
SSHPacket.readMessageID()
Reads an SSH byte and returns it as
Message |
static Message |
Message.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message[] |
Message.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SSHPacketHandler.handle(Message msg,
SSHPacket buf)
Delegate handling of some SSH packet to this object.
|
SSHPacket |
SSHPacket.putMessageID(Message msg)
Writes a byte indicating the SSH message identifier
|
Constructor and Description |
---|
SSHPacket(Message msg)
Constructs new buffer for the specified SSH packet and reserves the needed space (5 bytes) for the packet
header.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionImpl.handle(Message msg,
SSHPacket buf) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractChannel.gotUnknown(Message msg,
SSHPacket buf) |
void |
AbstractChannel.handle(Message msg,
SSHPacket buf) |
protected SSHPacket |
AbstractChannel.newBuffer(Message cmd) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDirectChannel.gotUnknown(Message cmd,
SSHPacket buf) |
Modifier and Type | Method and Description |
---|---|
void |
TransportImpl.handle(Message msg,
SSHPacket buf)
This is where all incoming packets are handled.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractDHG.next(Message msg,
SSHPacket packet) |
boolean |
KeyExchange.next(Message msg,
SSHPacket buffer)
Process the next packet
|
Modifier and Type | Method and Description |
---|---|
void |
UserAuthImpl.handle(Message msg,
SSHPacket buf) |
Modifier and Type | Method and Description |
---|---|
void |
AuthPublickey.handle(Message cmd,
SSHPacket buf)
Internal use.
|
void |
AbstractAuthMethod.handle(Message msg,
SSHPacket buf) |
void |
AuthKeyboardInteractive.handle(Message cmd,
SSHPacket buf) |
void |
AuthPassword.handle(Message cmd,
SSHPacket buf) |
Copyright © 2009-2013. All Rights Reserved.