public class FetchPartPathDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTENT |
static int |
HEADER |
static int |
HEADER_FIELDS |
static int |
HEADER_NOT_FIELDS |
static int |
MIME |
static int |
TEXT |
| Constructor and Description |
|---|
FetchPartPathDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(CharSequence sectionSpecification) |
List<String> |
getNames()
Gets field names.
|
int[] |
getPath()
Gets the decoded path.
|
int |
getSpecifier()
Gets the
|
public static final int TEXT
public static final int MIME
public static final int HEADER
public static final int HEADER_FIELDS
public static final int HEADER_NOT_FIELDS
public static final int CONTENT
public int decode(CharSequence sectionSpecification) throws DecodingException
DecodingExceptionpublic final int[] getPath()
public final int getSpecifier()
TEXT, MIME, HEADER,
HEADER_FIELDS, HEADER_NOT_FIELDS or
CONTENTpublic final List<String> getNames()
List of String names when
HEADER_FIELDS or HEADER_NOT_FIELDS, null
otherwiseCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.