| Package | Description |
|---|---|
| org.apache.sshd.common.compression |
Compression
implementations. |
| Modifier and Type | Method and Description |
|---|---|
static Compression.Type |
Compression.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compression.Type[] |
Compression.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompressionZlib.init(Compression.Type type,
int level) |
void |
CompressionNone.init(Compression.Type type,
int level) |
void |
Compression.init(Compression.Type type,
int level)
Initialize this object to either compress or uncompress data.
|
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.