Class DelayedZlibCompression

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DelayedZlibCompression

        public DelayedZlibCompression()
    • Method Detail

      • isDelayed

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