Package | Description |
---|---|
org.simpleframework.common.parse | |
org.simpleframework.http.parse |
Modifier and Type | Class and Description |
---|---|
class |
MapParser<T>
The
MapParser object represents a parser for name
value pairs. |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2021. All rights reserved.