public class DelayCompression extends AbstractKexExtensionParser<DelayedCompressionAlgorithms>
Modifier and Type | Field and Description |
---|---|
static DelayCompression |
INSTANCE |
static String |
NAME |
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Constructor and Description |
---|
DelayCompression() |
Modifier and Type | Method and Description |
---|---|
protected void |
encode(DelayedCompressionAlgorithms algos,
Buffer buffer) |
DelayedCompressionAlgorithms |
parseExtension(Buffer buffer) |
getName, putExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseExtension, parseExtension
findByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByName
public static final String NAME
public static final DelayCompression INSTANCE
public DelayedCompressionAlgorithms parseExtension(Buffer buffer) throws IOException
IOException
protected void encode(DelayedCompressionAlgorithms algos, Buffer buffer) throws IOException
encode
in class AbstractKexExtensionParser<DelayedCompressionAlgorithms>
IOException
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.