public class VendorIdParser extends AbstractParser<VendorIdParser.VendorId>
| Modifier and Type | Class and Description |
|---|---|
static class |
VendorIdParser.VendorId
The "vendor-id" information as per
DRAFT 09 -
section 4.4
|
| Modifier and Type | Field and Description |
|---|---|
static VendorIdParser |
INSTANCE |
BY_NAME_COMPARATOR, NAME_EXTRACTOR| Constructor and Description |
|---|
VendorIdParser() |
| Modifier and Type | Method and Description |
|---|---|
VendorIdParser.VendorId |
parse(org.apache.sshd.common.util.buffer.Buffer buffer) |
VendorIdParser.VendorId |
parse(byte[] input,
int offset,
int len) |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, parsefindByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByNamepublic static final VendorIdParser INSTANCE
public VendorIdParser.VendorId parse(byte[] input, int offset, int len)
public VendorIdParser.VendorId parse(org.apache.sshd.common.util.buffer.Buffer buffer)
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.