public class DelayedZlibCompression extends ZlibCompression
Compression.isDelayed()| Modifier and Type | Class and Description |
|---|---|
static class |
DelayedZlibCompression.Factory
Named factory for the ZLib Delayed Compression.
|
Compression.Mode| Constructor and Description |
|---|
DelayedZlibCompression() |
| 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, uncompresspublic boolean isDelayed()
CompressionisDelayed in interface CompressionisDelayed in class ZlibCompressionCopyright © 2009–2014. All rights reserved.