Uses of Enum
org.apache.sshd.common.kex.KexState
Packages that use KexState
Package
Description
-
Uses of KexState in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex with type parameters of type KexStateMethods in org.apache.sshd.common.kex that return KexState -
Uses of KexState in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return KexState -
Uses of KexState in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers with type parameters of type KexStateModifier and TypeFieldDescriptionprotected final AtomicReference<KexState> AbstractSession.kexStateHolds the current key exchange state.Methods in org.apache.sshd.common.session.helpers that return KexStateMethods in org.apache.sshd.common.session.helpers with parameters of type KexStateModifier and TypeMethodDescriptionprotected voidAbstractSession.validateKexState(int cmd, KexState expected) protected booleanAbstractSession.validateServiceKexState(KexState state)