Uses of Class
net.schmizz.sshj.transport.KeyExchanger.Expected
-
Packages that use KeyExchanger.Expected Package Description net.schmizz.sshj.transport -
-
Uses of KeyExchanger.Expected in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as KeyExchanger.Expected Modifier and Type Field Description private KeyExchanger.Expected
KeyExchanger. expected
What we are expecting from the next packetMethods in net.schmizz.sshj.transport that return KeyExchanger.Expected Modifier and Type Method Description static KeyExchanger.Expected
KeyExchanger.Expected. valueOf(java.lang.String name)
Returns 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.
-