Class CompressionDelayedZlib

    • Constructor Detail

      • CompressionDelayedZlib

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

      • 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