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. VALUESMethods in org.apache.sshd.common.kex that return KexState Modifier and Type Method Description static KexStateKexState. 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 KexStateSessionContext. 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. kexStateHolds the current key exchange state.Methods in org.apache.sshd.common.session.helpers that return KexState Modifier and Type Method Description KexStateAbstractSession. getKexState()Methods in org.apache.sshd.common.session.helpers with parameters of type KexState Modifier and Type Method Description protected voidAbstractSession. validateKexState(int cmd, KexState expected)protected booleanAbstractSession. validateServiceKexState(KexState state)
-