Uses of Class
net.schmizz.sshj.common.Message
-
-
Uses of Message in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type Message Modifier and Type Method Description voidAbstractService. handle(Message msg, SSHPacket buf) -
Uses of Message in net.schmizz.sshj.common
Fields in net.schmizz.sshj.common declared as Message Modifier and Type Field Description private static Message[]Message. cacheMethods in net.schmizz.sshj.common that return Message Modifier and Type Method Description static MessageMessage. fromByte(byte b)MessageSSHPacket. readMessageID()Reads an SSH byte and returns it asMessagestatic MessageMessage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Message[]Message. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.schmizz.sshj.common with parameters of type Message Modifier and Type Method Description voidSSHPacketHandler. handle(Message msg, SSHPacket buf)Delegate handling of some SSH packet to this object.SSHPacketSSHPacket. putMessageID(Message msg)Writes a byte indicating the SSH message identifierConstructors in net.schmizz.sshj.common with parameters of type Message Constructor Description SSHPacket(Message msg)Constructs new buffer for the specified SSH packet and reserves the needed space (5 bytes) for the packet header. -
Uses of Message in net.schmizz.sshj.connection
Methods in net.schmizz.sshj.connection with parameters of type Message Modifier and Type Method Description voidConnectionImpl. handle(Message msg, SSHPacket buf) -
Uses of Message in net.schmizz.sshj.connection.channel
Methods in net.schmizz.sshj.connection.channel with parameters of type Message Modifier and Type Method Description protected voidAbstractChannel. gotUnknown(Message msg, SSHPacket buf)voidAbstractChannel. handle(Message msg, SSHPacket buf)protected SSHPacketAbstractChannel. newBuffer(Message cmd) -
Uses of Message in net.schmizz.sshj.connection.channel.direct
Methods in net.schmizz.sshj.connection.channel.direct with parameters of type Message Modifier and Type Method Description protected voidAbstractDirectChannel. gotUnknown(Message cmd, SSHPacket buf) -
Uses of Message in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as Message Modifier and Type Field Description private MessageTransportImpl. msgMessage identifier of last packet receivedMethods in net.schmizz.sshj.transport with parameters of type Message Modifier and Type Method Description private static voidKeyExchanger. ensureReceivedMatchesExpected(Message got, Message expected)voidKeyExchanger. handle(Message msg, SSHPacket buf)voidTransportImpl. handle(Message msg, SSHPacket buf)This is where all incoming packets are handled.private static booleanTransportImpl. isKexerPacket(Message msg) -
Uses of Message in net.schmizz.sshj.transport.kex
Methods in net.schmizz.sshj.transport.kex with parameters of type Message 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 packet -
Uses of Message in net.schmizz.sshj.userauth
Methods in net.schmizz.sshj.userauth with parameters of type Message Modifier and Type Method Description voidUserAuthImpl. handle(Message msg, SSHPacket buf) -
Uses of Message in net.schmizz.sshj.userauth.method
Methods in net.schmizz.sshj.userauth.method with parameters of type Message 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.
-