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. queueThe queue of promises.Method parameters in net.schmizz.keepalive with type arguments of type SSHPacket Modifier and Type Method Description private voidKeepAliveRunner. checkMaxReached(java.util.Queue<Promise<SSHPacket,ConnectionException>> queue)private voidKeepAliveRunner. 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 voidAbstractService. 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 SSHPacketSSHPacket. 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 voidSSHPacketHandler. 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. globalReqPromisesMethods 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 ChannelConnectionImpl. getChannel(SSHPacket buffer)private voidConnectionImpl. gotChannelOpen(SSHPacket buf)private voidConnectionImpl. gotGlobalReqResponse(SSHPacket response)private voidConnectionImpl. gotGlobalRequest(SSHPacket buf)voidConnectionImpl. 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 SSHPacketChannelOutputStream.DataBuffer. packetMethods in net.schmizz.sshj.connection.channel that return SSHPacket Modifier and Type Method Description protected SSHPacketAbstractChannel. newBuffer(Message cmd)Methods in net.schmizz.sshj.connection.channel with parameters of type SSHPacket Modifier and Type Method Description private voidAbstractChannel. gotChannelRequest(SSHPacket buf)protected voidAbstractChannel. gotExtendedData(SSHPacket buf)protected voidAbstractChannel. gotUnknown(Message msg, SSHPacket buf)private voidAbstractChannel. gotWindowAdjustment(SSHPacket buf)voidAbstractChannel. handle(Message msg, SSHPacket buf)protected voidAbstractChannel. handleRequest(java.lang.String reqType, SSHPacket buf)protected voidAbstractChannel. 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 SSHPacketAbstractDirectChannel. buildOpenReq()protected SSHPacketDirectTCPIPChannel. buildOpenReq()Methods in net.schmizz.sshj.connection.channel.direct with parameters of type SSHPacket Modifier and Type Method Description protected voidSessionChannel. gotExtendedData(SSHPacket buf)private voidAbstractDirectChannel. gotOpenConfirmation(SSHPacket buf)private voidAbstractDirectChannel. gotOpenFailure(SSHPacket buf)protected voidAbstractDirectChannel. gotUnknown(Message cmd, SSHPacket buf)voidSessionChannel. 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 SSHPacketRemotePortForwarder. 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 voidForwardedChannelOpener. handleOpen(SSHPacket buf)Delegates aSSH_MSG_CHANNEL_OPENrequest for the channel type claimed by this opener.voidRemotePortForwarder. handleOpen(SSHPacket buf)Internal API.voidX11Forwarder. 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 SSHPacketDecoder. inputBufferBuffer where as-yet undecoded data livesprivate SSHPacketProposal. packetprivate SSHPacketDecoder. uncompressBufferUsed in case compression is active to store the uncompressed dataMethods in net.schmizz.sshj.transport that return SSHPacket Modifier and Type Method Description private SSHPacketDecoder. decompressed()SSHPacketProposal. getPacket()Methods in net.schmizz.sshj.transport with parameters of type SSHPacket Modifier and Type Method Description private voidEncoder. compress(SSHPacket buffer)(package private) longEncoder. encode(SSHPacket buffer)Encode a buffer into the SSH binary protocol per the current algorithms.private voidTransportImpl. gotDebug(SSHPacket buf)private voidTransportImpl. gotDisconnect(SSHPacket buf)private voidKeyExchanger. gotKexInit(SSHPacket buf)private voidTransportImpl. gotUnimplemented(SSHPacket packet)Got an SSH_MSG_UNIMPLEMENTED, so lets see where we're at and act accordingly.voidKeyExchanger. handle(Message msg, SSHPacket buf)voidTransportImpl. handle(Message msg, SSHPacket buf)This is where all incoming packets are handled.private voidEncoder. putMAC(SSHPacket buffer, int startOfPacket, int endOfPadding)longTransport. write(SSHPacket payload)Write a packet over this transport.longTransportImpl. 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 booleanAbstractDHG. next(Message msg, SSHPacket packet)booleanAbstractDHGex. next(Message msg, SSHPacket buffer)booleanKeyExchange. next(Message msg, SSHPacket buffer)Process the next packetprivate booleanAbstractDHGex. parseGexGroup(SSHPacket buffer)private booleanAbstractDHGex. 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 voidUserAuthImpl. 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 SSHPacketAbstractAuthMethod. buildReq()Builds aSSHPacketcontaining the fields common to all authentication method.SSHPacketAuthGssApiWithMic. buildReq()protected SSHPacketAuthHostbased. buildReq()SSHPacketAuthKeyboardInteractive. buildReq()SSHPacketAuthPassword. buildReq()protected SSHPacketAuthPublickey. buildReq()Builds a feeler request (sans signature).private SSHPacketAuthPublickey. buildReq(boolean signed)Builds SSH_MSG_USERAUTH_REQUEST packet.protected SSHPacketKeyedAuthMethod. putPubKey(SSHPacket reqBuf)protected SSHPacketKeyedAuthMethod. putSig(SSHPacket reqBuf)Methods in net.schmizz.sshj.userauth.method with parameters of type SSHPacket Modifier and Type Method Description voidAbstractAuthMethod. handle(Message msg, SSHPacket buf)voidAuthGssApiWithMic. handle(Message cmd, SSHPacket buf)voidAuthKeyboardInteractive. handle(Message cmd, SSHPacket buf)voidAuthPassword. handle(Message cmd, SSHPacket buf)voidAuthPublickey. handle(Message cmd, SSHPacket buf)Internal use.private voidAuthGssApiWithMic. handleContextInitialization(SSHPacket buf)private byte[]AuthGssApiWithMic. handleTokenFromServer(SSHPacket buf)protected SSHPacketKeyedAuthMethod. putPubKey(SSHPacket reqBuf)protected SSHPacketKeyedAuthMethod. putSig(SSHPacket reqBuf)
-