public class CompressionDelayedZlib extends CompressionZlib
CompressionInformation.isDelayed()
Compression.Type
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Constructor and Description |
---|
CompressionDelayedZlib()
Create a new instance of a delayed ZLib compression
|
Modifier and Type | Method and 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.
|
compress, init, uncompress
getName, isCompressionExecuted, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findByName, getNameList, getNames, ofName, removeByName
public CompressionDelayedZlib()
public boolean isDelayed()
CompressionInformation
isDelayed
in interface CompressionInformation
isDelayed
in class CompressionZlib
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.