| Package | Description |
|---|---|
| org.apache.sshd.common.compression |
Compression implementations. |
| org.apache.sshd.common.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Compression
Interface used to compress the stream of data between the
SSH server and clients.
|
interface |
CompressionFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCompression |
class |
BuiltinCompressions |
class |
CompressionDelayedZlib
ZLib delayed compression.
|
class |
CompressionNone |
class |
CompressionZlib
ZLib based Compression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompressionConfigValue
Provides a "bridge" between the configuration values and the
actual
NamedFactory for the Compression. |
Copyright © 2018–2019 The Apache Software Foundation. All rights reserved.