| Package | Description |
|---|---|
| org.apache.sshd.common.kex | |
| org.apache.sshd.common.session |
| 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 | Field and Description |
|---|---|
protected AtomicReference<KexState> |
AbstractSession.kexState |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSession.validateKexState(int cmd,
KexState expected) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.