public class SupportedParser extends AbstractParser<SupportedParser.Supported>
| Modifier and Type | Class and Description |
|---|---|
static class |
SupportedParser.Supported |
| Modifier and Type | Field and Description |
|---|---|
static SupportedParser |
INSTANCE |
BY_NAME_COMPARATOR, NAME_EXTRACTOR| Constructor and Description |
|---|
SupportedParser() |
| Modifier and Type | Method and Description |
|---|---|
SupportedParser.Supported |
parse(Buffer buffer) |
SupportedParser.Supported |
parse(byte[] input,
int offset,
int len) |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, parsefindByName, getNameList, getNames, removeByNamepublic static final SupportedParser INSTANCE
public SupportedParser.Supported parse(byte[] input, int offset, int len)
public SupportedParser.Supported parse(Buffer buffer)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.