Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.common.compression |
Compression implementations. |
org.apache.sshd.common.config | |
org.apache.sshd.server |
Modifier and Type | Field and Description |
---|---|
static List<CompressionFactory> |
ClientBuilder.DEFAULT_COMPRESSION_FACTORIES |
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 . |
Modifier and Type | Method and Description |
---|---|
static CompressionFactory |
SshConfigFileReader.getCompression(PropertyResolver props) |
Modifier and Type | Field and Description |
---|---|
static List<CompressionFactory> |
ServerBuilder.DEFAULT_COMPRESSION_FACTORIES |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.