Modifier and Type | Method and Description |
---|---|
void |
AbstractService.handle(Message msg,
SSHPacket buf) |
Modifier and Type | Method and Description |
---|---|
SSHPacket |
SSHPacket.putMessageID(Message msg)
Writes a byte indicating the SSH message identifier
|
Modifier and Type | Method and Description |
---|---|
void |
SSHPacketHandler.handle(Message msg,
SSHPacket buf)
Delegate handling of some SSH packet to this object.
|
Constructor and Description |
---|
SSHPacket(SSHPacket p) |
Modifier and Type | Method and Description |
---|---|
Promise<SSHPacket,ConnectionException> |
Connection.sendGlobalRequest(String name,
boolean wantReply,
byte[] specifics)
Send an SSH global request.
|
Promise<SSHPacket,ConnectionException> |
ConnectionImpl.sendGlobalRequest(String name,
boolean wantReply,
byte[] specifics) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionImpl.handle(Message msg,
SSHPacket buf) |
Modifier and Type | Method and Description |
---|---|
protected SSHPacket |
AbstractChannel.newBuffer(Message cmd) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractChannel.gotExtendedData(SSHPacket buf) |
protected void |
AbstractChannel.gotUnknown(Message msg,
SSHPacket buf) |
void |
AbstractChannel.handle(Message msg,
SSHPacket buf) |
protected void |
AbstractChannel.handleRequest(String reqType,
SSHPacket buf) |
protected void |
AbstractChannel.receiveInto(ChannelInputStream stream,
SSHPacket buf) |
Modifier and Type | Method and Description |
---|---|
protected SSHPacket |
AbstractDirectChannel.buildOpenReq() |
protected SSHPacket |
LocalPortForwarder.DirectTCPIPChannel.buildOpenReq() |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionChannel.gotExtendedData(SSHPacket buf) |
protected void |
AbstractDirectChannel.gotUnknown(Message cmd,
SSHPacket buf) |
void |
SessionChannel.handleRequest(String req,
SSHPacket buf) |
Modifier and Type | Method and Description |
---|---|
protected SSHPacket |
RemotePortForwarder.req(String reqName,
RemotePortForwarder.Forward forward) |
Modifier and Type | Method and Description |
---|---|
void |
RemotePortForwarder.handleOpen(SSHPacket buf)
Internal API.
|
void |
X11Forwarder.handleOpen(SSHPacket buf)
Internal API
|
void |
ForwardedChannelOpener.handleOpen(SSHPacket buf)
Delegates a
SSH_MSG_CHANNEL_OPEN request for the channel type claimed by this opener. |
Modifier and Type | Method and Description |
---|---|
void |
TransportImpl.handle(Message msg,
SSHPacket buf)
This is where all incoming packets are handled.
|
long |
TransportImpl.write(SSHPacket payload) |
long |
Transport.write(SSHPacket payload)
Write a packet over this transport.
|
Modifier and Type | Method and Description |
---|---|
boolean |
KeyExchange.next(Message msg,
SSHPacket buffer)
Process the next packet
|
boolean |
AbstractDHG.next(Message msg,
SSHPacket packet) |
Modifier and Type | Method and Description |
---|---|
void |
UserAuthImpl.handle(Message msg,
SSHPacket buf) |
Modifier and Type | Method and Description |
---|---|
protected SSHPacket |
AbstractAuthMethod.buildReq()
Builds a
SSHPacket containing the fields common to all authentication method. |
SSHPacket |
AuthPassword.buildReq() |
SSHPacket |
AuthKeyboardInteractive.buildReq() |
protected SSHPacket |
AuthHostbased.buildReq() |
protected SSHPacket |
AuthPublickey.buildReq()
Builds a feeler request (sans signature).
|
protected SSHPacket |
KeyedAuthMethod.putPubKey(SSHPacket reqBuf) |
protected SSHPacket |
KeyedAuthMethod.putSig(SSHPacket reqBuf) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAuthMethod.handle(Message msg,
SSHPacket buf) |
void |
AuthPassword.handle(Message cmd,
SSHPacket buf) |
void |
AuthKeyboardInteractive.handle(Message cmd,
SSHPacket buf) |
void |
AuthPublickey.handle(Message cmd,
SSHPacket buf)
Internal use.
|
protected SSHPacket |
KeyedAuthMethod.putPubKey(SSHPacket reqBuf) |
protected SSHPacket |
KeyedAuthMethod.putSig(SSHPacket reqBuf) |
Copyright © 2009–2017. All rights reserved.