Package | Description |
---|---|
org.apache.sshd.common.kex | |
org.apache.sshd.common.session | |
org.apache.sshd.common.session.helpers |
Modifier and Type | Field and Description |
---|---|
static Set<KexState> |
KexState.VALUES |
Modifier and Type | Method and Description |
---|---|
static KexState |
KexState.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
KexState |
SessionContext.getKexState() |
Modifier and Type | Field and Description |
---|---|
protected AtomicReference<KexState> |
AbstractSession.kexState
Holds the current key exchange state.
|
Modifier and Type | Method and Description |
---|---|
KexState |
AbstractSession.getKexState() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSession.validateKexState(int cmd,
KexState expected) |
protected boolean |
AbstractSession.validateServiceKexState(KexState state) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.