| 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 | Method and Description |
|---|---|
KexState |
SessionContext.getKexState() |
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.