| Interface | Description |
|---|---|
| HttpClient |
Http client that can be used to query embedded server.
|
| HttpClientConfigurationFactory |
Factory for
HttpClientConfiguration. |
| HttpClientProvider |
A provider that can be implemented to provide custom
HttpClient using the standard SPI. |
| HttpRequest |
HTTP request.
|
| HttpRequestBody |
HTTP Request Body.
|
| HttpResponse |
Http response, defined by:
A status code: http return code (i.e 200, 400, 500 etc.).
A response body: this is the body of the http response as textual representation.
A set of headers.
Duration: time to produce http response.
|
| Class | Description |
|---|---|
| Cookie |
Default implementation for cookie object.
|
| Cookie.Builder |
Builder to create
Cookie instances. |
| Cookies |
Static cookie utilities.
|
| HttpClientConfiguration |
HTTP Client configuration that can be used to configure instances of
HttpClient. |
| HttpClientConfiguration.Builder |
Builder for
HttpClientConfiguration class. |
| HttpHeader |
Http getHeader representation.
|
| HttpHeader.Builder |
Builder for
HttpHeader. |
| HttpHeaders |
Set of constants and utilities for HTTP headers.
|
| HttpParameter |
Parameter object that could be sent in an http request as:
Query parameters (following
? character in URL.
Form parameters (such as HTML forms, with MediaType.APPLICATION_FORM_URL_ENCODED media type).
|
| HttpRequestBodies | |
| HttpRequestBodyForm |
An implementation of
HttpRequestBody for form url-encoded request bodies. |
| HttpRequestBodyFormBuilder |
A builder for
HttpRequestBodyForm. |
| HttpRequestBodyMultipartBuilder |
A builder for
HttpRequestBodyMultipart request. |
| HttpRequestBodyPart |
An implementation of
HttpRequestBody for "multipart/form-data" request bodies. |
| HttpUrl |
URL object without:
Authority part.
Query string.
Fragment.
|
| HttpUrl.Builder |
Builder used to create
HttpUrl instances. |
| MediaType |
Set of constants and utilities for Media Type (a.k.a Content Type).
|
| Enum | Description |
|---|---|
| HttpClientStrategy |
Available strategies that can be used to build
appropriate implementation of http client.
|
| HttpMethod |
Http methods available with abstract
client.
|
Copyright © 2019. All rights reserved.