Package | Description |
---|---|
org.simpleframework.http | |
org.simpleframework.http.message | |
org.simpleframework.http.parse |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Query |
Header.getQuery()
This method is used to acquire the query part from the
HTTP request URI target.
|
Query |
RequestConsumer.getQuery()
This method is used to acquire the query part from the
HTTP request URI target.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryParser
The
ParameterParser is used to parse data encoded in
the application/x-www-form-urlencoded MIME type. |
Modifier and Type | Method and Description |
---|---|
Query |
AddressParser.getQuery()
This is used to retrieve the query of this URI.
|
Modifier and Type | Method and Description |
---|---|
void |
AddressParser.setQuery(Query query)
This will set the query to whatever value it is given.
|
Copyright © 2016. All rights reserved.