Uses of Package
org.simpleframework.http.parse
Packages that use org.simpleframework.http.parse
Package
Description
-
Classes in org.simpleframework.http.parse used by org.simpleframework.http.coreClassDescriptionThe
ParameterParseris used to parse data encoded in theapplication/x-www-form-urlencodedMIME type. -
Classes in org.simpleframework.http.parse used by org.simpleframework.http.messageClassDescriptionThis parser is used to parse uniform resource identifiers.CookieParser is used to parse the cookie header.This is used to create a
Parserfor the HTTP date format.LanguageParser is used to parse the HTTPAccept-Languageheader. -
Classes in org.simpleframework.http.parse used by org.simpleframework.http.parseClassDescriptionThe
ParameterMapis uses to store the parameters that are to be encoded in to the address.This is used as an alternative to theParseBufferfor extracting tokens from the URI without allocating memory.This is a token object that is used to store the offset and length of a region of chars in theCookieParser.bufarray.TheListParseris used to extract a comma separated list of HTTP header values.TheEntryobject provides a comparable object to insert in to a priority queue.This is used to parse a path given as part of a URI.This is used so that thePathParsercan speed up the parsing of the data.TheTokenListclass is used to store a list of tokens.This is used to mark regions within the buffer that represent a valid token for either the name of a parameter or its value.