public class CompressionDelayedZlib extends CompressionZlib
Compression.isDelayed()
Modifier and Type | Class and Description |
---|---|
static class |
CompressionDelayedZlib.Factory
Named factory for the ZLib Delayed Compression.
|
Compression.Type
Constructor and Description |
---|
CompressionDelayedZlib()
Create a new instance of a delayed ZLib compression
|
Modifier and Type | Method and Description |
---|---|
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.
|
compress, init, uncompress
public CompressionDelayedZlib()
public boolean isDelayed()
Compression
isDelayed
in interface Compression
isDelayed
in class CompressionZlib
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.