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 TypeClassDescriptionclassMapParser<T>TheMapParserobject 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) classTheQueryCombimeris 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 TypeClassDescriptionclassThis parser is used to parse uniform resource identifiers.classTheContentDispositionParserobject is used to represent a parser used to parse the Content-Disposition header.classThis provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.classCookieParser is used to parse the cookie header.classThis is used to create aParserfor the HTTP date format.classLanguageParser is used to parse the HTTPAccept-Languageheader.classListParser<T>TheListParseris used to extract a comma separated list of HTTP header values.classThis is used to parse a path given as part of a URI.classPrincipalParser is a parser class for the HTTP basic authorization header.classTheParameterParseris used to parse data encoded in theapplication/x-www-form-urlencodedMIME type.classTheValueParseris used to extract a comma separated list of HTTP header values.