| Package | Description |
|---|---|
| org.apache.sshd.common.compression |
Compression
implementations. |
| org.apache.sshd.common.config |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinCompressions |
| Modifier and Type | Method and Description |
|---|---|
static CompressionFactory |
BuiltinCompressions.resolveFactory(String name) |
static CompressionFactory |
BuiltinCompressions.unregisterExtension(String name)
Unregisters specified extension
|
| Modifier and Type | Method and Description |
|---|---|
static NavigableSet<CompressionFactory> |
BuiltinCompressions.getRegisteredExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BuiltinCompressions.registerExtension(CompressionFactory extension)
Registered a
NamedFactory to be available besides the built-in ones when parsing
configuration |
| Constructor and Description |
|---|
ParseResult(List<CompressionFactory> parsed,
List<String> unsupported) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompressionConfigValue
Provides a "bridge" between the configuration values and the actual
NamedFactory for the Compression. |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.