Uses of Interface
org.simpleframework.http.Query
Packages that use Query
Package
Description
-
Uses of Query in org.simpleframework.http
Methods in org.simpleframework.http that return QueryModifier and TypeMethodDescriptionAddress.getQuery()
This is used to retrieve the query of this URI.RequestLine.getQuery()
This method is used to acquire the query part from the HTTP request URI target.RequestWrapper.getQuery()
This method is used to acquire the query part from the HTTP request URI target and a form post if it exists. -
Uses of Query in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement QueryModifier and TypeClassDescription(package private) class
TheQueryCombimer
is used to parse several strings as a complete URL encoded parameter string.Fields in org.simpleframework.http.core declared as QueryModifier and TypeFieldDescriptionprivate Query
RequestEntity.query
The query contains all the parameters for the request.Methods in org.simpleframework.http.core that return QueryModifier and TypeMethodDescriptionQueryBuilder.build()
This method is used to acquire the query part from the HTTP request URI target and a form post if it exists.private Query
This method is used to acquire the query part from the HTTP request URI target and a form post if it exists.RequestEntity.getQuery()
This method is used to acquire the query part from the HTTP request URI target and a form post if it exists.RequestMessage.getQuery()
This method is used to acquire the query part from the HTTP request URI target.Methods in org.simpleframework.http.core with parameters of type QueryModifier and TypeMethodDescriptionprivate void
This method is used to insert a collection of tokens into the parsers map.private Query
This method is used to acquire the query part from the HTTP request URI target and a form post if it exists.Constructors in org.simpleframework.http.core with parameters of type QueryModifierConstructorDescriptionQueryCombiner
(Query query, String... list) Constructor that allows an array of string objects to be parsed as a single parameter string.QueryCombiner
(Query query, Query post) Constructor that allows an array of string objects to be parsed as a single parameter string. -
Uses of Query in org.simpleframework.http.message
Methods in org.simpleframework.http.message that return Query -
Uses of Query in org.simpleframework.http.parse
Classes in org.simpleframework.http.parse that implement QueryModifier and TypeClassDescriptionclass
TheParameterParser
is used to parse data encoded in theapplication/x-www-form-urlencoded
MIME type.Fields in org.simpleframework.http.parse declared as QueryModifier and TypeFieldDescriptionprivate Query
AddressParser.data
This contains the query parameters for the address.Methods in org.simpleframework.http.parse that return QueryModifier and TypeMethodDescriptionAddressParser.getQuery()
This is used to retrieve the query of this URI.Methods in org.simpleframework.http.parse with parameters of type Query