Uses of Enum Class
net.schmizz.sshj.transport.KeyExchanger.Expected
Packages that use KeyExchanger.Expected
-
Uses of KeyExchanger.Expected in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as KeyExchanger.ExpectedModifier and TypeFieldDescriptionprivate KeyExchanger.Expected
KeyExchanger.expected
What we are expecting from the next packetMethods in net.schmizz.sshj.transport that return KeyExchanger.ExpectedModifier and TypeMethodDescriptionstatic KeyExchanger.Expected
Returns the enum constant of this class with the specified name.static KeyExchanger.Expected[]
KeyExchanger.Expected.values()
Returns an array containing the constants of this enum class, in the order they are declared.