Uses of Enum Class
net.schmizz.sshj.common.Message
Packages that use Message
Package
Description
-
Uses of Message in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type Message -
Uses of Message in net.schmizz.sshj.common
Fields in net.schmizz.sshj.common declared as MessageMethods in net.schmizz.sshj.common that return MessageModifier and TypeMethodDescriptionstatic Message
Message.fromByte
(byte b) SSHPacket.readMessageID()
Reads an SSH byte and returns it asMessage
static Message
Returns the enum constant of this class with the specified name.static Message[]
Message.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.common with parameters of type MessageModifier and TypeMethodDescriptionvoid
Delegate handling of some SSH packet to this object.SSHPacket.putMessageID
(Message msg) Writes a byte indicating the SSH message identifierConstructors in net.schmizz.sshj.common with parameters of type Message -
Uses of Message in net.schmizz.sshj.connection
Methods in net.schmizz.sshj.connection with parameters of type Message -
Uses of Message in net.schmizz.sshj.connection.channel
Methods in net.schmizz.sshj.connection.channel with parameters of type Message -
Uses of Message in net.schmizz.sshj.connection.channel.direct
Methods in net.schmizz.sshj.connection.channel.direct with parameters of type MessageModifier and TypeMethodDescriptionprotected void
AbstractDirectChannel.gotUnknown
(Message cmd, SSHPacket buf) -
Uses of Message in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as MessageModifier and TypeFieldDescriptionprivate Message
TransportImpl.msg
Message identifier of last packet receivedMethods in net.schmizz.sshj.transport with parameters of type MessageModifier and TypeMethodDescriptionprivate static void
KeyExchanger.ensureReceivedMatchesExpected
(Message got, Message expected) void
void
This is where all incoming packets are handled.private static boolean
TransportImpl.isKexerPacket
(Message msg) -
Uses of Message in net.schmizz.sshj.transport.kex
Methods in net.schmizz.sshj.transport.kex with parameters of type Message -
Uses of Message in net.schmizz.sshj.userauth
Methods in net.schmizz.sshj.userauth with parameters of type Message -
Uses of Message in net.schmizz.sshj.userauth.method
Methods in net.schmizz.sshj.userauth.method with parameters of type MessageModifier and TypeMethodDescriptionvoid
void
void
void
void
Internal use.