public class NoFlowControl extends AbstractKexExtensionParser<java.lang.String>
Modifier and Type | Field and Description |
---|---|
static NoFlowControl |
INSTANCE |
static java.lang.String |
NAME |
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Constructor and Description |
---|
NoFlowControl() |
Modifier and Type | Method and Description |
---|---|
protected void |
encode(java.lang.String value,
Buffer buffer) |
java.lang.String |
parseExtension(Buffer buffer) |
java.lang.String |
parseExtension(byte[] data,
int off,
int len) |
getName, putExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseExtension
findByName, getNameList, getNames, ofName, removeByName
public static final java.lang.String NAME
public static final NoFlowControl INSTANCE
public java.lang.String parseExtension(byte[] data, int off, int len) throws java.io.IOException
java.io.IOException
public java.lang.String parseExtension(Buffer buffer) throws java.io.IOException
java.io.IOException
protected void encode(java.lang.String value, Buffer buffer) throws java.io.IOException
encode
in class AbstractKexExtensionParser<java.lang.String>
java.io.IOException