|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parser | |
|---|---|
| org.simpleframework.http.parse | |
| org.simpleframework.util.parse | |
| Uses of Parser in org.simpleframework.http.parse |
|---|
| Subclasses of Parser in org.simpleframework.http.parse | |
|---|---|
class |
AddressParser
This parser is used to parse uniform resource identifiers. |
class |
ContentDispositionParser
The ContentDispositionParser object is used to represent
a parser used to parse the Content-Disposition header. |
class |
ContentTypeParser
This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter. |
class |
CookieParser
CookieParser is used to parse the cookie header. |
class |
DateParser
This is used to create a Parser for the HTTP date format. |
class |
LanguageParser
LanguageParser is used to parse the HTTP Accept-Language
header. |
class |
ListParser<T>
The ListParser is used to extract a comma separated
list of HTTP header values. |
class |
PathParser
This is used to parse a path given as part of a URI. |
class |
PrincipalParser
PrincipalParser is a parser class for the HTTP basic authorization header. |
class |
QueryParser
The ParameterParser is used to parse data encoded in
the application/x-www-form-urlencoded MIME type. |
class |
ValueParser
The ValueParser is used to extract a comma separated
list of HTTP header values. |
| Uses of Parser in org.simpleframework.util.parse |
|---|
| Subclasses of Parser in org.simpleframework.util.parse | |
|---|---|
class |
MapParser<T>
The MapParser object represents a parser for name
value pairs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||