Uses of Class
net.schmizz.sshj.common.SSHPacket
-
-
Uses of SSHPacket in net.schmizz.keepalive
Fields in net.schmizz.keepalive with type parameters of type SSHPacket Modifier and Type Field Description private java.util.Queue<Promise<SSHPacket,ConnectionException>>
KeepAliveRunner. queue
The queue of promises.Method parameters in net.schmizz.keepalive with type arguments of type SSHPacket Modifier and Type Method Description private void
KeepAliveRunner. checkMaxReached(java.util.Queue<Promise<SSHPacket,ConnectionException>> queue)
private void
KeepAliveRunner. emptyQueue(java.util.Queue<Promise<SSHPacket,ConnectionException>> queue)
-
Uses of SSHPacket in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type SSHPacket Modifier and Type Method Description void
AbstractService. handle(Message msg, SSHPacket buf)
-
Uses of SSHPacket in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that return SSHPacket Modifier and Type Method Description SSHPacket
SSHPacket. putMessageID(Message msg)
Writes a byte indicating the SSH message identifierMethods in net.schmizz.sshj.common with parameters of type SSHPacket Modifier and Type Method Description void
SSHPacketHandler. handle(Message msg, SSHPacket buf)
Delegate handling of some SSH packet to this object.Constructors in net.schmizz.sshj.common with parameters of type SSHPacket Constructor Description SSHPacket(SSHPacket p)
-
Uses of SSHPacket in net.schmizz.sshj.connection
Fields in net.schmizz.sshj.connection with type parameters of type SSHPacket Modifier and Type Field Description private java.util.Queue<Promise<SSHPacket,ConnectionException>>
ConnectionImpl. globalReqPromises
Methods in net.schmizz.sshj.connection that return types with arguments of type SSHPacket Modifier and Type Method Description Promise<SSHPacket,ConnectionException>
Connection. sendGlobalRequest(java.lang.String name, boolean wantReply, byte[] specifics)
Send an SSH global request.Promise<SSHPacket,ConnectionException>
ConnectionImpl. sendGlobalRequest(java.lang.String name, boolean wantReply, byte[] specifics)
Methods in net.schmizz.sshj.connection with parameters of type SSHPacket Modifier and Type Method Description private Channel
ConnectionImpl. getChannel(SSHPacket buffer)
private void
ConnectionImpl. gotChannelOpen(SSHPacket buf)
private void
ConnectionImpl. gotGlobalReqResponse(SSHPacket response)
private void
ConnectionImpl. gotGlobalRequest(SSHPacket buf)
void
ConnectionImpl. handle(Message msg, SSHPacket buf)
-
Uses of SSHPacket in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as SSHPacket Modifier and Type Field Description private SSHPacket
ChannelOutputStream.DataBuffer. packet
Methods in net.schmizz.sshj.connection.channel that return SSHPacket Modifier and Type Method Description protected SSHPacket
AbstractChannel. newBuffer(Message cmd)
Methods in net.schmizz.sshj.connection.channel with parameters of type SSHPacket Modifier and Type Method Description private 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
AbstractChannel. handle(Message msg, SSHPacket buf)
protected void
AbstractChannel. handleRequest(java.lang.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 SSHPacket Modifier and Type Method Description protected SSHPacket
AbstractDirectChannel. buildOpenReq()
protected SSHPacket
DirectTCPIPChannel. buildOpenReq()
Methods in net.schmizz.sshj.connection.channel.direct with parameters of type SSHPacket Modifier and Type Method Description protected 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(java.lang.String req, SSHPacket buf)
-
Uses of SSHPacket in net.schmizz.sshj.connection.channel.forwarded
Methods in net.schmizz.sshj.connection.channel.forwarded that return SSHPacket Modifier and Type Method Description protected SSHPacket
RemotePortForwarder. req(java.lang.String reqName, RemotePortForwarder.Forward forward)
Methods in net.schmizz.sshj.connection.channel.forwarded with parameters of type SSHPacket Modifier and Type Method Description void
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 SSHPacket Modifier and Type Field Description private SSHPacket
Decoder. inputBuffer
Buffer where as-yet undecoded data livesprivate SSHPacket
Proposal. packet
private SSHPacket
Decoder. uncompressBuffer
Used in case compression is active to store the uncompressed dataMethods in net.schmizz.sshj.transport that return SSHPacket Modifier and Type Method Description private SSHPacket
Decoder. decompressed()
SSHPacket
Proposal. getPacket()
Methods in net.schmizz.sshj.transport with parameters of type SSHPacket Modifier and Type Method Description private void
Encoder. compress(SSHPacket buffer)
(package private) long
Encoder. encode(SSHPacket buffer)
Encode a buffer into the SSH binary protocol per the current algorithms.private void
TransportImpl. gotDebug(SSHPacket buf)
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
KeyExchanger. handle(Message msg, SSHPacket buf)
void
TransportImpl. handle(Message msg, SSHPacket buf)
This is where all incoming packets are handled.private void
Encoder. putMAC(SSHPacket buffer, int startOfPacket, int endOfPadding)
long
Transport. write(SSHPacket payload)
Write a packet over this transport.long
TransportImpl. write(SSHPacket payload)
Constructors in net.schmizz.sshj.transport with parameters of type SSHPacket Constructor Description Proposal(SSHPacket packet)
-
Uses of SSHPacket in net.schmizz.sshj.transport.kex
Methods in net.schmizz.sshj.transport.kex with parameters of type SSHPacket Modifier and Type Method Description boolean
AbstractDHG. next(Message msg, SSHPacket packet)
boolean
AbstractDHGex. next(Message msg, SSHPacket buffer)
boolean
KeyExchange. next(Message msg, SSHPacket buffer)
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 Modifier and Type Method Description void
UserAuthImpl. handle(Message msg, SSHPacket buf)
-
Uses of SSHPacket in net.schmizz.sshj.userauth.method
Methods in net.schmizz.sshj.userauth.method that return SSHPacket Modifier and Type Method Description protected SSHPacket
AbstractAuthMethod. buildReq()
Builds aSSHPacket
containing the fields common to all authentication method.SSHPacket
AuthGssApiWithMic. buildReq()
protected SSHPacket
AuthHostbased. buildReq()
SSHPacket
AuthKeyboardInteractive. buildReq()
SSHPacket
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
KeyedAuthMethod. putPubKey(SSHPacket reqBuf)
protected SSHPacket
KeyedAuthMethod. putSig(SSHPacket reqBuf)
Methods in net.schmizz.sshj.userauth.method with parameters of type SSHPacket Modifier and Type Method Description void
AbstractAuthMethod. handle(Message msg, SSHPacket buf)
void
AuthGssApiWithMic. handle(Message cmd, SSHPacket buf)
void
AuthKeyboardInteractive. handle(Message cmd, SSHPacket buf)
void
AuthPassword. handle(Message cmd, SSHPacket buf)
void
AuthPublickey. handle(Message cmd, SSHPacket buf)
Internal use.private void
AuthGssApiWithMic. handleContextInitialization(SSHPacket buf)
private byte[]
AuthGssApiWithMic. handleTokenFromServer(SSHPacket buf)
protected SSHPacket
KeyedAuthMethod. putPubKey(SSHPacket reqBuf)
protected SSHPacket
KeyedAuthMethod. putSig(SSHPacket reqBuf)
-