| Package | Description |
|---|---|
| org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
| org.eclipse.jetty.client.api |
Jetty Client : API Classes
|
| org.eclipse.jetty.client.util |
Jetty Client : Utility Classes
|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Field and Description |
|---|---|
private Fields |
HttpRequest.params |
| Modifier and Type | Method and Description |
|---|---|
Fields |
HttpRequest.getParams() |
| Modifier and Type | Method and Description |
|---|---|
ContentResponse |
HttpClient.FORM(java.lang.String uri,
Fields fields)
Performs a POST request to the specified URI with the given form parameters.
|
ContentResponse |
HttpClient.FORM(java.net.URI uri,
Fields fields)
Performs a POST request to the specified URI with the given form parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Fields |
Request.getParams() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
FormContentProvider.convert(Fields fields) |
static java.lang.String |
FormContentProvider.convert(Fields fields,
java.nio.charset.Charset charset) |
| Constructor and Description |
|---|
FormContentProvider(Fields fields) |
FormContentProvider(Fields fields,
java.nio.charset.Charset charset) |
| Constructor and Description |
|---|
Fields(Fields original,
boolean immutable)
|