Package org.simpleframework.http.parse
package org.simpleframework.http.parse
-
ClassesClassDescriptionThis parser is used to parse uniform resource identifiers.This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.CookieParser is used to parse the cookie header.This is used to create a
Parser
for the HTTP date format.LanguageParser is used to parse the HTTPAccept-Language
header.ListParser<T>TheListParser
is used to extract a comma separated list of HTTP header values.This is used to parse a path given as part of a URI.PrincipalParser is a parser class for the HTTP basic authorization header.TheParameterParser
is used to parse data encoded in theapplication/x-www-form-urlencoded
MIME type.TheValueParser
is used to extract a comma separated list of HTTP header values.