Package org.simpleframework.http.parse
package org.simpleframework.http.parse
-
ClassesClassDescriptionThis parser is used to parse uniform resource identifiers.The
ContentDispositionParserobject is used to represent a parser used to parse the Content-Disposition header.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 aParserfor the HTTP date format.LanguageParser is used to parse the HTTPAccept-Languageheader.ListParser<T>TheListParseris 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.TheParameterParseris used to parse data encoded in theapplication/x-www-form-urlencodedMIME type.TheValueParseris used to extract a comma separated list of HTTP header values.