public interface CompressionInformation extends NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Modifier and Type | Method and Description |
---|---|
boolean |
isCompressionExecuted() |
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.
|
findByName, findFirstMatchByName, getName, getNameList, getNames, ofName, removeByName, safeCompareByName
boolean isDelayed()
boolean isCompressionExecuted()
true
if there is any compression executed by this "compressor" - special case for
'none'Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.