Package | Description |
---|---|
org.apache.sshd.common.compression |
Compression
implementations. |
org.apache.sshd.common.config | |
org.apache.sshd.common.session | |
org.apache.sshd.common.session.helpers |
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 . |
Modifier and Type | Method and Description |
---|---|
CompressionInformation |
SessionContext.getCompressionInformation(boolean incoming)
Retrieves current compression information - Note: may change if key re-exchange executed
|
Modifier and Type | Method and Description |
---|---|
CompressionInformation |
AbstractSession.getCompressionInformation(boolean incoming) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.