Class DelayedZlibCompression
java.lang.Object
net.schmizz.sshj.transport.compression.ZlibCompression
net.schmizz.sshj.transport.compression.DelayedZlibCompression
- All Implemented Interfaces:
Compression
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNamed factory for the ZLib Delayed Compression.Nested classes/interfaces inherited from interface Compression
Compression.Mode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDelayed 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 ZlibCompression
compress, init, uncompress
-
Constructor Details
-
DelayedZlibCompression
public DelayedZlibCompression()
-
-
Method Details
-
isDelayed
public boolean isDelayed()Description copied from interface:CompressionDelayed compression is an Open-SSH specific feature which informs both the client and server to not compress data before the session has been authenticated.- Specified by:
isDelayedin interfaceCompression- Overrides:
isDelayedin classZlibCompression- Returns:
- if the compression is delayed after authentication or not
-