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
ParameterParser
is used to parse data encoded in theapplication/x-www-form-urlencoded
MIME 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
Parser
for the HTTP date format.LanguageParser is used to parse the HTTPAccept-Language
header. -
Classes in org.simpleframework.http.parse used by org.simpleframework.http.parseClassDescriptionThe
ParameterMap
is uses to store the parameters that are to be encoded in to the address.This is used as an alternative to theParseBuffer
for 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.buf
array.TheListParser
is used to extract a comma separated list of HTTP header values.TheEntry
object 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 thePathParser
can speed up the parsing of the data.TheTokenList
class 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.