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.kexState
Holds 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 void
AbstractSession.validateKexState
(int cmd, KexState expected) protected boolean
AbstractSession.validateServiceKexState
(KexState state)