Class CompressionDelayedZlib

All Implemented Interfaces:
Compression, CompressionInformation, NamedResource

public class CompressionDelayedZlib extends CompressionZlib
ZLib delayed compression.
See Also:
  • Constructor Details

    • CompressionDelayedZlib

      public CompressionDelayedZlib()
      Create a new instance of a delayed ZLib compression
  • Method Details

    • isDelayed

      public boolean isDelayed()
      Description copied from interface: CompressionInformation
      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.
      Specified by:
      isDelayed in interface CompressionInformation
      Overrides:
      isDelayed in class CompressionZlib
      Returns:
      if the compression is delayed after authentication or not