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 TheParameterParseris used to parse data encoded in theapplication/x-www-form-urlencodedMIME 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 aParserfor the HTTP date format.LanguageParser LanguageParser is used to parse the HTTPAccept-Languageheader. -
Classes in org.simpleframework.http.parse used by org.simpleframework.http.parse Class Description AddressParser.ParameterMap TheParameterMapis uses to store the parameters that are to be encoded in to the address.AddressParser.Token This is used as an alternative to theParseBufferfor 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.bufarray.ListParser TheListParseris used to extract a comma separated list of HTTP header values.ListParser.Entry TheEntryobject 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 thePathParsercan speed up the parsing of the data.PathParser.TokenList TheTokenListclass 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.