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