Class Summary |
ContentParser |
ContentParser provides access to the MIME type parts,
that is the type subtype and an optional charset
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 |
The ListParser is used to extract a comma seperated
list of HTTP header values. |
MapParser |
The MapParser object represents a parser for name
value pairs. |
ParameterParser |
The ParameterParser is used to parse data encoded in
the application/x-www-form-urlencoded MIME type. |
ParseBuffer |
This is primarily used to replace the StringBuffer
class, as a way for the Parser to store the char's
for a specific region within the parse data that constitutes a
desired value. |
Parser |
This Parser object is to be used as a simple template
for parsing uncomplicated expressions. |
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. |
PropertyBuffer |
The PropertyBuffer object is used to create strings
which have system variable names replaced with their values. |
URIParser |
This parser is used to parse uniform resource identifiers. |