Uses of Enum
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 MessageMessage.fromByte(byte b) SSHPacket.readMessageID()Reads an SSH byte and returns it asMessagestatic MessageReturns 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 MessageModifier and TypeMethodDescriptionvoidDelegate 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 voidAbstractDirectChannel.gotUnknown(Message cmd, SSHPacket buf) -
Uses of Message in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as MessageModifier and TypeFieldDescriptionprivate MessageTransportImpl.msgMessage identifier of last packet receivedMethods in net.schmizz.sshj.transport with parameters of type MessageModifier and TypeMethodDescriptionprivate static voidKeyExchanger.ensureReceivedMatchesExpected(Message got, Message expected) voidvoidThis 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 -
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 TypeMethodDescriptionvoidvoidvoidvoidvoidInternal use.