Uses of Interface
org.simpleframework.http.Query
-
Packages that use Query Package Description org.simpleframework.http org.simpleframework.http.core org.simpleframework.http.message org.simpleframework.http.parse -
-
Uses of Query in org.simpleframework.http
Methods in org.simpleframework.http that return Query Modifier and Type Method Description QueryAddress. getQuery()This is used to retrieve the query of this URI.QueryRequestLine. getQuery()This method is used to acquire the query part from the HTTP request URI target.QueryRequestWrapper. 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 Query Modifier and Type Class Description (package private) classQueryCombinerTheQueryCombimeris used to parse several strings as a complete URL encoded parameter string.Fields in org.simpleframework.http.core declared as Query Modifier and Type Field Description private QueryRequestEntity. queryThe query contains all the parameters for the request.Methods in org.simpleframework.http.core that return Query Modifier and Type Method Description QueryQueryBuilder. build()This method is used to acquire the query part from the HTTP request URI target and a form post if it exists.private QueryQueryBuilder. getQuery(Query query)This method is used to acquire the query part from the HTTP request URI target and a form post if it exists.QueryRequestEntity. getQuery()This method is used to acquire the query part from the HTTP request URI target and a form post if it exists.QueryRequestMessage. 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 Query Modifier and Type Method Description private voidQueryCombiner. add(Query query)This method is used to insert a collection of tokens into the parsers map.private QueryQueryBuilder. getQuery(Query 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 Query Constructor Description QueryCombiner(Query query, java.lang.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 Modifier and Type Method Description QueryHeader. getQuery()This method is used to acquire the query part from the HTTP request URI target.QueryRequestConsumer. getQuery()This method is used to acquire the query part from the HTTP request URI target. -
Uses of Query in org.simpleframework.http.parse
Classes in org.simpleframework.http.parse that implement Query Modifier and Type Class Description classQueryParserTheParameterParseris used to parse data encoded in theapplication/x-www-form-urlencodedMIME type.Fields in org.simpleframework.http.parse declared as Query Modifier and Type Field Description private QueryAddressParser. dataThis contains the query parameters for the address.Methods in org.simpleframework.http.parse that return Query Modifier and Type Method Description QueryAddressParser. getQuery()This is used to retrieve the query of this URI.Methods in org.simpleframework.http.parse with parameters of type Query Modifier and Type Method Description voidAddressParser. setQuery(Query query)This will set the query to whatever value it is given.
-