Uses of Class
org.apache.sshd.common.kex.KexState
-
Packages that use KexState Package Description org.apache.sshd.common.kex org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of KexState in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex with type parameters of type KexState Modifier and Type Field Description static java.util.Set<KexState>
KexState. VALUES
Methods in org.apache.sshd.common.kex that return KexState Modifier and Type Method Description static KexState
KexState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KexState[]
KexState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KexState in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return KexState Modifier and Type Method Description KexState
SessionContext. getKexState()
-
Uses of KexState in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers with type parameters of type KexState Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<KexState>
AbstractSession. kexState
Methods in org.apache.sshd.common.session.helpers that return KexState Modifier and Type Method Description KexState
AbstractSession. getKexState()
Methods in org.apache.sshd.common.session.helpers with parameters of type KexState Modifier and Type Method Description protected void
AbstractSession. validateKexState(int cmd, KexState expected)
-