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.queueThe queue of promises.Method parameters in net.schmizz.keepalive with type arguments of type SSHPacketModifier and TypeMethodDescriptionprivate voidKeepAliveRunner.checkMaxReached(Queue<Promise<SSHPacket, ConnectionException>> queue) private voidKeepAliveRunner.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 TypeMethodDescriptionvoidDelegate 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.globalReqPromisesMethods 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 ChannelConnectionImpl.getChannel(SSHPacket buffer) private voidConnectionImpl.gotChannelOpen(SSHPacket buf) private voidConnectionImpl.gotGlobalReqResponse(SSHPacket response) private voidConnectionImpl.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 voidAbstractChannel.gotChannelRequest(SSHPacket buf) protected voidAbstractChannel.gotExtendedData(SSHPacket buf) protected voidAbstractChannel.gotUnknown(Message msg, SSHPacket buf) private voidAbstractChannel.gotWindowAdjustment(SSHPacket buf) voidprotected voidAbstractChannel.handleRequest(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 SSHPacketModifier and TypeMethodDescriptionprotected SSHPacketAbstractDirectChannel.buildOpenReq()protected SSHPacketDirectTCPIPChannel.buildOpenReq()Methods in net.schmizz.sshj.connection.channel.direct with parameters of type SSHPacketModifier and TypeMethodDescriptionprotected voidSessionChannel.gotExtendedData(SSHPacket buf) private voidAbstractDirectChannel.gotOpenConfirmation(SSHPacket buf) private voidAbstractDirectChannel.gotOpenFailure(SSHPacket buf) protected voidAbstractDirectChannel.gotUnknown(Message cmd, SSHPacket buf) voidSessionChannel.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 SSHPacketRemotePortForwarder.req(String reqName, RemotePortForwarder.Forward forward) Methods in net.schmizz.sshj.connection.channel.forwarded with parameters of type SSHPacketModifier and TypeMethodDescriptionvoidForwardedChannelOpener.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 SSHPacketModifier and TypeFieldDescriptionprivate final SSHPacketDecoder.inputBufferBuffer where as-yet undecoded data livesprivate final SSHPacketProposal.packetprivate final SSHPacketDecoder.uncompressBufferUsed 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) longEncode a buffer into the SSH binary protocol per the current algorithms.private voidprivate 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.voidvoidThis is where all incoming packets are handled.private voidlongWrite a packet over this transport.longConstructors 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 TypeMethodDescriptionbooleanbooleanbooleanProcess 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 -
Uses of SSHPacket in net.schmizz.sshj.userauth.method
Methods in net.schmizz.sshj.userauth.method that return SSHPacketModifier and TypeMethodDescriptionprotected SSHPacketAbstractAuthMethod.buildReq()Builds aSSHPacketcontaining the fields common to all authentication method.AuthGssApiWithMic.buildReq()protected SSHPacketAuthHostbased.buildReq()AuthKeyboardInteractive.buildReq()AuthPassword.buildReq()protected SSHPacketAuthPublickey.buildReq()Builds a feeler request (sans signature).private SSHPacketAuthPublickey.buildReq(boolean signed) Builds SSH_MSG_USERAUTH_REQUEST packet.protected SSHPacketprotected SSHPacketMethods in net.schmizz.sshj.userauth.method with parameters of type SSHPacketModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidInternal use.private voidAuthGssApiWithMic.handleContextInitialization(SSHPacket buf) private byte[]AuthGssApiWithMic.handleTokenFromServer(SSHPacket buf) protected SSHPacketprotected SSHPacket