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 |
---|---|
void |
DefaultServerKexExtensionHandler.collectExtensions(Session session,
KexExtensionHandler.KexPhase phase,
BiConsumer<String,Object> marshaller)
Collects extension info records, handing them off to the given
marshaller for writing into an
KexExtensions.SSH_MSG_EXT_INFO message. |
default void |
KexExtensionHandler.sendKexExtensions(Session session,
KexExtensionHandler.KexPhase phase)
Invoked in order to allow the handler to send an
SSH_MSG_EXT_INFO message. |
void |
DefaultServerKexExtensionHandler.sendKexExtensions(Session session,
KexExtensionHandler.KexPhase phase) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.