| AsyncHTTPResponseContext |
Async Http Response.
|
| AsyncHTTPResponseHandler |
Consumer the response body, and when consumer finished, return the transformed value.
|
| ContentType |
The HTTP Content Type header value.
|
| HTTPClient |
The http client.
|
| HTTPClientBuilder |
Builder to build Http Client.
|
| HTTPCookie |
HTTP cookie, following RFC6265.
|
| HTTPCookies |
Collection of Cookie
|
| HTTPHeader |
Http header
|
| HTTPHeaders |
The http headers.
|
| HTTPMethod |
Http method
|
| HTTPRequestBuilder |
Http Request builder
|
| HTTPRequestContext |
For carrying http client for chained call.
|
| HTTPResponse |
Http Response with body be transformed
|
| HTTPResponseContext |
Raw blocking http response.
|
| MimeType |
HTTP mime type.
|
| NameValue |
Immutable name-value pair, the name and value cannot be null.
|
| Param |
Immutable parameter, for uri query string, and www-form-encoded parameters.
|
| ResponseHandler |
Handle response in blocking way.
|