public class DelayCompression extends AbstractKexExtensionParser<DelayedCompressionAlgorithms>
Modifier and Type | Field and Description |
---|---|
static DelayCompression |
INSTANCE |
static java.lang.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, getNameList, getNames, ofName, removeByName
public static final java.lang.String NAME
public static final DelayCompression INSTANCE
public DelayedCompressionAlgorithms parseExtension(Buffer buffer) throws java.io.IOException
java.io.IOException
protected void encode(DelayedCompressionAlgorithms algos, Buffer buffer) throws java.io.IOException
encode
in class AbstractKexExtensionParser<DelayedCompressionAlgorithms>
java.io.IOException