| Interface | Description |
|---|---|
| HttpClient |
Object that sends an HTTP request, and returns the response.
|
| HttpClientFactory |
Factory object for
HttpClient. |
| HttpRequestOptions |
Options for setting up an
HttpRequest. |
| Class | Description |
|---|---|
| HttpClientConfiguration |
Configuration component that specifies how an
HttpClient should be created. |
| HttpClientConfiguration.Builder |
Builder of
HttpClientConfigurations. |
| HttpRequestOptionsBuilder |
Builder of
HttpRequestOptions. |
| ManagedLifecycleHttpClient |
Decorates a
HttpClient so that invocations to HttpClient.start() and HttpClient.stop() have no effect. |
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.