| Interface | Description |
|---|---|
| HttpClient |
Object that sends an HTTP request, and returns the response.
|
| HttpClientHeaders |
Representation of an HTTP header.
|
| HttpClientResponse |
Representation of an HTTP response.
|
| HttpClientService |
Factory object for
HttpClient instances. |
| Class | Description |
|---|---|
| HttpClientConfiguration |
Configuration component that specifies how an
HttpClient should be created. |
| HttpClientConfiguration.Builder |
Builder of
HttpClientConfigurations. |
| HttpClientRequest |
Representation of an HTTP request.
|
| HttpClientRequest.Builder |
Builder of
HttpClientRequests. |
| TlsConfiguration |
Representation of a TLS context.
|
| TlsConfiguration.Builder |
Builder of
TlsConfigurations. |