Uses of Class
org.simpleframework.common.parse.Parser
Packages that use Parser
Package
Description
-
Uses of Parser in org.simpleframework.common.parse
Subclasses of Parser in org.simpleframework.common.parseModifier and TypeClassDescriptionclass
MapParser<T>
TheMapParser
object represents a parser for name value pairs. -
Uses of Parser in org.simpleframework.http.core
Subclasses of Parser in org.simpleframework.http.coreModifier and TypeClassDescription(package private) class
TheQueryCombimer
is used to parse several strings as a complete URL encoded parameter string. -
Uses of Parser in org.simpleframework.http.parse
Subclasses of Parser in org.simpleframework.http.parseModifier and TypeClassDescriptionclass
This parser is used to parse uniform resource identifiers.class
TheContentDispositionParser
object is used to represent a parser used to parse the Content-Disposition header.class
This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.class
CookieParser is used to parse the cookie header.class
This is used to create aParser
for the HTTP date format.class
LanguageParser is used to parse the HTTPAccept-Language
header.class
ListParser<T>
TheListParser
is used to extract a comma separated list of HTTP header values.class
This is used to parse a path given as part of a URI.class
PrincipalParser is a parser class for the HTTP basic authorization header.class
TheParameterParser
is used to parse data encoded in theapplication/x-www-form-urlencoded
MIME type.class
TheValueParser
is used to extract a comma separated list of HTTP header values.