public class

DelayedZlibCompression

extends ZlibCompression
java.lang.Object
   ↳ net.schmizz.sshj.transport.compression.ZlibCompression
     ↳ net.schmizz.sshj.transport.compression.DelayedZlibCompression

Class Overview

ZLib delayed compression.

See Also

Summary

Nested Classes
class DelayedZlibCompression.Factory Named factory for the ZLib Delayed Compression. 
[Expand]
Inherited Constants
From class net.schmizz.sshj.transport.compression.ZlibCompression
[Expand]
Inherited Fields
From class net.schmizz.sshj.transport.compression.ZlibCompression
Public Constructors
DelayedZlibCompression()
Public Methods
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.
[Expand]
Inherited Methods
From class net.schmizz.sshj.transport.compression.ZlibCompression
From class java.lang.Object
From interface net.schmizz.sshj.transport.compression.Compression

Public Constructors

public DelayedZlibCompression ()

Public Methods

public 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.

Returns
  • if the compression is delayed after authentication or not