| Package | Description |
|---|---|
| org.apache.sshd.common.kex.extension |
| Modifier and Type | Field and Description |
|---|---|
static Set<KexExtensionHandler.KexPhase> |
KexExtensionHandler.KexPhase.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static KexExtensionHandler.KexPhase |
KexExtensionHandler.KexPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KexExtensionHandler.KexPhase[] |
KexExtensionHandler.KexPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
KexExtensionHandler.sendKexExtensions(Session session,
KexExtensionHandler.KexPhase phase)
Invoked in order to allow the handler to send an
SSH_MSG_EXT_INFO message. |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.