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.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 TypeClassDescriptionclassTheParameterParseris used to parse data encoded in theapplication/x-www-form-urlencodedMIME type.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