| Package | Description |
|---|---|
| org.apache.sshd.common.kex.extension |
| Modifier and Type | Method and Description |
|---|---|
static KexExtensionHandler.AvailabilityPhase |
KexExtensionHandler.AvailabilityPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KexExtensionHandler.AvailabilityPhase[] |
KexExtensionHandler.AvailabilityPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
KexExtensionHandler.isKexExtensionsAvailable(Session session,
KexExtensionHandler.AvailabilityPhase phase) |
boolean |
DefaultClientKexExtensionHandler.isKexExtensionsAvailable(Session session,
KexExtensionHandler.AvailabilityPhase phase) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.