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 NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidparseExtension(byte[] data, int off, int len) parseExtension(Buffer buffer) Methods inherited from class AbstractKexExtensionParser
getName, putExtensionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface KexExtensionParser
parseExtension
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
NoFlowControl
public NoFlowControl()
-
-
Method Details
-
parseExtension
- Throws:
IOException
-
parseExtension
- Throws:
IOException
-
encode
- Specified by:
encodein classAbstractKexExtensionParser<String>- Throws:
IOException
-