org.apache.sshd.common.compression
Class CompressionDelayedZlib
java.lang.Object
org.apache.sshd.common.compression.CompressionZlib
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()
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompressionDelayedZlib
public CompressionDelayedZlib()
- Create a new instance of a delayed ZLib compression
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.