Uses of Package
org.simpleframework.http.parse
-
Packages that use org.simpleframework.http.parse Package Description org.simpleframework.http.core org.simpleframework.http.message org.simpleframework.http.parse -
Classes in org.simpleframework.http.parse used by org.simpleframework.http.core Class Description QueryParser TheParameterParser
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.message Class Description AddressParser This parser is used to parse uniform resource identifiers.CookieParser CookieParser is used to parse the cookie header.DateParser This is used to create aParser
for the HTTP date format.LanguageParser LanguageParser is used to parse the HTTPAccept-Language
header. -
Classes in org.simpleframework.http.parse used by org.simpleframework.http.parse Class Description AddressParser.ParameterMap TheParameterMap
is uses to store the parameters that are to be encoded in to the address.AddressParser.Token This is used as an alternative to theParseBuffer
for extracting tokens from the URI without allocating memory.CookieParser.Token This is a token object that is used to store the offset and length of a region of chars in theCookieParser.buf
array.ListParser TheListParser
is used to extract a comma separated list of HTTP header values.ListParser.Entry TheEntry
object provides a comparable object to insert in to a priority queue.PathParser This is used to parse a path given as part of a URI.PathParser.Token This is used so that thePathParser
can speed up the parsing of the data.PathParser.TokenList TheTokenList
class is used to store a list of tokens.QueryParser.Token This is used to mark regions within the buffer that represent a valid token for either the name of a parameter or its value.