Class DelayCompression
- java.lang.Object
-
- org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser<DelayedCompressionAlgorithms>
-
- org.apache.sshd.common.kex.extension.parser.DelayCompression
-
- All Implemented Interfaces:
KexExtensionParser<DelayedCompressionAlgorithms>
,NamedResource
public class DelayCompression extends AbstractKexExtensionParser<DelayedCompressionAlgorithms>
- See Also:
- RFC-8308 - section 3.2
-
-
Field Summary
Fields Modifier and Type Field Description static DelayCompression
INSTANCE
static java.lang.String
NAME
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Constructor Description DelayCompression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
encode(DelayedCompressionAlgorithms algos, Buffer buffer)
DelayedCompressionAlgorithms
parseExtension(Buffer buffer)
-
Methods inherited from class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
getName, putExtension
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.sshd.common.kex.extension.KexExtensionParser
parseExtension, parseExtension
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
INSTANCE
public static final DelayCompression INSTANCE
-
-
Method Detail
-
parseExtension
public DelayedCompressionAlgorithms parseExtension(Buffer buffer) throws java.io.IOException
- Throws:
java.io.IOException
-
encode
protected void encode(DelayedCompressionAlgorithms algos, Buffer buffer) throws java.io.IOException
- Specified by:
encode
in classAbstractKexExtensionParser<DelayedCompressionAlgorithms>
- Throws:
java.io.IOException
-
-