Uses of Class
net.schmizz.sshj.common.SSHPacket
Packages that use SSHPacket
Package
Description
-
Uses of SSHPacket in net.schmizz.keepalive
Fields in net.schmizz.keepalive with type parameters of type SSHPacketModifier and TypeFieldDescriptionprivate final Queue
<Promise<SSHPacket, ConnectionException>> KeepAliveRunner.queue
The queue of promises.Method parameters in net.schmizz.keepalive with type arguments of type SSHPacketModifier and TypeMethodDescriptionprivate void
KeepAliveRunner.checkMaxReached
(Queue<Promise<SSHPacket, ConnectionException>> queue) private void
KeepAliveRunner.emptyQueue
(Queue<Promise<SSHPacket, ConnectionException>> queue) -
Uses of SSHPacket in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type SSHPacket -
Uses of SSHPacket in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that return SSHPacketModifier and TypeMethodDescriptionSSHPacket.putMessageID
(Message msg) Writes a byte indicating the SSH message identifierMethods in net.schmizz.sshj.common with parameters of type SSHPacketModifier and TypeMethodDescriptionvoid
Delegate handling of some SSH packet to this object.Constructors in net.schmizz.sshj.common with parameters of type SSHPacket -
Uses of SSHPacket in net.schmizz.sshj.connection
Fields in net.schmizz.sshj.connection with type parameters of type SSHPacketModifier and TypeFieldDescriptionprivate final Queue
<Promise<SSHPacket, ConnectionException>> ConnectionImpl.globalReqPromises
Methods in net.schmizz.sshj.connection that return types with arguments of type SSHPacketModifier and TypeMethodDescriptionConnection.sendGlobalRequest
(String name, boolean wantReply, byte[] specifics) Send an SSH global request.ConnectionImpl.sendGlobalRequest
(String name, boolean wantReply, byte[] specifics) Methods in net.schmizz.sshj.connection with parameters of type SSHPacketModifier and TypeMethodDescriptionprivate Channel
ConnectionImpl.getChannel
(SSHPacket buffer) private void
ConnectionImpl.gotChannelOpen
(SSHPacket buf) private void
ConnectionImpl.gotGlobalReqResponse
(SSHPacket response) private void
ConnectionImpl.gotGlobalRequest
(SSHPacket buf) void
-
Uses of SSHPacket in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as SSHPacketMethods in net.schmizz.sshj.connection.channel that return SSHPacketMethods in net.schmizz.sshj.connection.channel with parameters of type SSHPacketModifier and TypeMethodDescriptionprivate void
AbstractChannel.gotChannelRequest
(SSHPacket buf) protected void
AbstractChannel.gotExtendedData
(SSHPacket buf) protected void
AbstractChannel.gotUnknown
(Message msg, SSHPacket buf) private void
AbstractChannel.gotWindowAdjustment
(SSHPacket buf) void
protected void
AbstractChannel.handleRequest
(String reqType, SSHPacket buf) protected void
AbstractChannel.receiveInto
(ChannelInputStream stream, SSHPacket buf) -
Uses of SSHPacket in net.schmizz.sshj.connection.channel.direct
Methods in net.schmizz.sshj.connection.channel.direct that return SSHPacketModifier and TypeMethodDescriptionprotected SSHPacket
AbstractDirectChannel.buildOpenReq()
protected SSHPacket
DirectTCPIPChannel.buildOpenReq()
Methods in net.schmizz.sshj.connection.channel.direct with parameters of type SSHPacketModifier and TypeMethodDescriptionprotected void
SessionChannel.gotExtendedData
(SSHPacket buf) private void
AbstractDirectChannel.gotOpenConfirmation
(SSHPacket buf) private void
AbstractDirectChannel.gotOpenFailure
(SSHPacket buf) protected void
AbstractDirectChannel.gotUnknown
(Message cmd, SSHPacket buf) void
SessionChannel.handleRequest
(String req, SSHPacket buf) -
Uses of SSHPacket in net.schmizz.sshj.connection.channel.forwarded
Methods in net.schmizz.sshj.connection.channel.forwarded that return SSHPacketModifier and TypeMethodDescriptionprotected SSHPacket
RemotePortForwarder.req
(String reqName, RemotePortForwarder.Forward forward) Methods in net.schmizz.sshj.connection.channel.forwarded with parameters of type SSHPacketModifier and TypeMethodDescriptionvoid
ForwardedChannelOpener.handleOpen
(SSHPacket buf) Delegates aSSH_MSG_CHANNEL_OPEN
request for the channel type claimed by this opener.void
RemotePortForwarder.handleOpen
(SSHPacket buf) Internal API.void
X11Forwarder.handleOpen
(SSHPacket buf) Internal API -
Uses of SSHPacket in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as SSHPacketModifier and TypeFieldDescriptionprivate final SSHPacket
Decoder.inputBuffer
Buffer where as-yet undecoded data livesprivate final SSHPacket
Proposal.packet
private final SSHPacket
Decoder.uncompressBuffer
Used in case compression is active to store the uncompressed dataMethods in net.schmizz.sshj.transport that return SSHPacketMethods in net.schmizz.sshj.transport with parameters of type SSHPacketModifier and TypeMethodDescriptionprivate void
(package private) long
Encode a buffer into the SSH binary protocol per the current algorithms.private void
private void
TransportImpl.gotDisconnect
(SSHPacket buf) private void
KeyExchanger.gotKexInit
(SSHPacket buf) private void
TransportImpl.gotUnimplemented
(SSHPacket packet) Got an SSH_MSG_UNIMPLEMENTED, so lets see where we're at and act accordingly.void
void
This is where all incoming packets are handled.private void
long
Write a packet over this transport.long
Constructors in net.schmizz.sshj.transport with parameters of type SSHPacket -
Uses of SSHPacket in net.schmizz.sshj.transport.kex
Methods in net.schmizz.sshj.transport.kex with parameters of type SSHPacketModifier and TypeMethodDescriptionboolean
boolean
boolean
Process the next packetprivate boolean
AbstractDHGex.parseGexGroup
(SSHPacket buffer) private boolean
AbstractDHGex.parseGexReply
(SSHPacket buffer) -
Uses of SSHPacket in net.schmizz.sshj.userauth
Methods in net.schmizz.sshj.userauth with parameters of type SSHPacket -
Uses of SSHPacket in net.schmizz.sshj.userauth.method
Methods in net.schmizz.sshj.userauth.method that return SSHPacketModifier and TypeMethodDescriptionprotected SSHPacket
AbstractAuthMethod.buildReq()
Builds aSSHPacket
containing the fields common to all authentication method.AuthGssApiWithMic.buildReq()
protected SSHPacket
AuthHostbased.buildReq()
AuthKeyboardInteractive.buildReq()
AuthPassword.buildReq()
protected SSHPacket
AuthPublickey.buildReq()
Builds a feeler request (sans signature).private SSHPacket
AuthPublickey.buildReq
(boolean signed) Builds SSH_MSG_USERAUTH_REQUEST packet.protected SSHPacket
protected SSHPacket
Methods in net.schmizz.sshj.userauth.method with parameters of type SSHPacketModifier and TypeMethodDescriptionvoid
void
void
void
void
Internal use.private void
AuthGssApiWithMic.handleContextInitialization
(SSHPacket buf) private byte[]
AuthGssApiWithMic.handleTokenFromServer
(SSHPacket buf) protected SSHPacket
protected SSHPacket