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(Buffer buffer) |
VendorIdParser.VendorId |
parse(byte[] input,
int offset,
int len) |
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, parse
findByName, getNameList, getNames, ofName, removeByName
public static final VendorIdParser INSTANCE
public VendorIdParser.VendorId parse(byte[] input, int offset, int len)
public VendorIdParser.VendorId parse(Buffer buffer)
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.