| Package | Description |
|---|---|
| org.apache.sshd.common.kex.extension | |
| org.apache.sshd.common.kex.extension.parser |
| Modifier and Type | Method and Description |
|---|---|
static KexExtensionParser<?> |
KexExtensions.getRegisteredExtensionParser(String name) |
static KexExtensionParser<?> |
KexExtensions.registerExtensionParser(KexExtensionParser<?> parser)
Registers a
KexExtensionParser for a named extension |
static KexExtensionParser<?> |
KexExtensions.unregisterExtensionParser(String name)
Registers
KexExtensionParser for a named extension |
| Modifier and Type | Method and Description |
|---|---|
static KexExtensionParser<?> |
KexExtensions.registerExtensionParser(KexExtensionParser<?> parser)
Registers a
KexExtensionParser for a named extension |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKexExtensionParser<T> |
class |
DelayCompression |
class |
Elevation |
class |
NoFlowControl |
class |
ServerSignatureAlgorithms |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.