AddressParser |
This parser is used to parse uniform resource identifiers.
|
ContentParser |
This provides access to the MIME type parts, that is the primary
type, the secondary type and an optional character set parameter.
|
CookieParser |
CookieParser is used to parse the cookie header.
|
DateParser |
This is used to create a Parser for the HTTP date format.
|
LanguageParser |
LanguageParser is used to parse the HTTP Accept-Language
header.
|
ListParser<T> |
The ListParser is used to extract a comma separated
list of HTTP header values.
|
PathParser |
This is used to parse a path given as part of a URI.
|
PrincipalParser |
PrincipalParser is a parser class for the HTTP basic authorization
header.
|
QueryParser |
The ParameterParser is used to parse data encoded in
the application/x-www-form-urlencoded MIME type.
|
ValueParser |
The ValueParser is used to extract a comma separated
list of HTTP header values.
|