org.apache.sshd.common.compression
Class CompressionDelayedZlib

java.lang.Object
  extended by org.apache.sshd.common.compression.CompressionZlib
      extended by org.apache.sshd.common.compression.CompressionDelayedZlib
All Implemented Interfaces:
Compression

public class CompressionDelayedZlib
extends CompressionZlib

ZLib delayed compression.

Author:
Apache MINA SSHD Project
See Also:
Compression.isDelayed()

Nested Class Summary
static class CompressionDelayedZlib.Factory
          Named factory for the ZLib Delayed Compression.
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.Compression
Compression.Type
 
Constructor Summary
CompressionDelayedZlib()
          Create a new instance of a delayed ZLib compression
 
Method Summary
 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 org.apache.sshd.common.compression.CompressionZlib
compress, init, uncompress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompressionDelayedZlib

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

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 CompressionZlib
Returns:
if the compression is delayed after authentication or not


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.