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 java.util.List<CompressionFactory> |
ClientBuilder.DEFAULT_COMPRESSION_FACTORIES |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinCompressions |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,CompressionFactory> |
BuiltinCompressions.EXTENSIONS |
Modifier and Type | Method and Description |
---|---|
static CompressionFactory |
BuiltinCompressions.resolveFactory(java.lang.String name) |
static CompressionFactory |
BuiltinCompressions.unregisterExtension(java.lang.String name)
Unregisters specified extension
|
Modifier and Type | Method and Description |
---|---|
static java.util.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(java.util.List<CompressionFactory> parsed,
java.util.List<java.lang.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 | Field and Description |
---|---|
private CompressionFactory |
CompressionConfigValue.factory |
Modifier and Type | Method and Description |
---|---|
static CompressionFactory |
SshConfigFileReader.getCompression(PropertyResolver props) |
Constructor and Description |
---|
CompressionConfigValue(CompressionFactory delegate) |
Modifier and Type | Field and Description |
---|---|
static java.util.List<CompressionFactory> |
ServerBuilder.DEFAULT_COMPRESSION_FACTORIES |