|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.simpleframework.http | |
| org.simpleframework.http.message | |
| org.simpleframework.http.parse | |
| Uses of Query in org.simpleframework.http |
|---|
| Methods in org.simpleframework.http that return Query | |
|---|---|
Query |
RequestWrapper.getQuery()
This method is used to acquire the query part from the HTTP request URI target and a form post if it exists. |
Query |
RequestLine.getQuery()
This method is used to acquire the query part from the HTTP request URI target. |
Query |
Address.getQuery()
This is used to retrieve the query of this URI. |
| Uses of Query in org.simpleframework.http.message |
|---|
| Methods in org.simpleframework.http.message that return Query | |
|---|---|
Query |
RequestConsumer.getQuery()
This method is used to acquire the query part from the HTTP request URI target. |
Query |
Header.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 | |
|---|---|
class |
QueryParser
The ParameterParser is used to parse data encoded in
the application/x-www-form-urlencoded MIME type. |
| Methods in org.simpleframework.http.parse that return Query | |
|---|---|
Query |
AddressParser.getQuery()
This is used to retrieve the query of this URI. |
| Methods in org.simpleframework.http.parse with parameters of type Query | |
|---|---|
void |
AddressParser.setQuery(Query query)
This will set the query to whatever value it is given. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||