|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.common.compression.CompressionZlib
org.apache.sshd.common.compression.CompressionDelayedZlib
public class CompressionDelayedZlib
ZLib delayed compression.
Compression.isDelayed()| Nested Class Summary | |
|---|---|
static class |
CompressionDelayedZlib.Factory
Named factory for the ZLib Delayed Compression. |
| Nested classes/interfaces inherited from interface org.apache.sshd.common.Compression |
|---|
Compression.Type |
| Constructor Summary | |
|---|---|
CompressionDelayedZlib()
Create a new instance of a delayed ZLib compression |
|
| Method Summary | |
|---|---|
boolean |
isDelayed()
Delayed compression is an Open-SSH specific feature which informs both the client and server to not compress data before the session has been authenticated. |
| Methods inherited from class org.apache.sshd.common.compression.CompressionZlib |
|---|
compress, init, uncompress |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompressionDelayedZlib()
| Method Detail |
|---|
public boolean isDelayed()
Compression
isDelayed in interface CompressionisDelayed in class CompressionZlib
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||