Class NoFlowControl
java.lang.Object
org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser<String>
org.apache.sshd.common.kex.extension.parser.NoFlowControl
- All Implemented Interfaces:
KexExtensionParser<String>
,NamedResource
- See Also:
-
Field Summary
FieldsFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
parseExtension
(byte[] data, int off, int len) 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
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
NoFlowControl
public NoFlowControl()
-
-
Method Details
-
parseExtension
- Throws:
IOException
-
parseExtension
- Throws:
IOException
-
encode
- Specified by:
encode
in classAbstractKexExtensionParser<String>
- Throws:
IOException
-