| Package | Description |
|---|---|
| io.dropwizard.client |
| Modifier and Type | Method and Description |
|---|---|
protected ConfiguredCloseableHttpClient |
HttpClientBuilder.createClient(org.apache.http.impl.client.HttpClientBuilder builder,
com.codahale.metrics.httpclient.InstrumentedHttpClientConnectionManager manager,
String name)
Map the parameters in
HttpClientConfiguration to configuration on a
HttpClientBuilder instance |
| Modifier and Type | Method and Description |
|---|---|
protected DropwizardApacheConnector |
JerseyClientBuilder.createDropwizardApacheConnector(ConfiguredCloseableHttpClient configuredClient)
Builds
DropwizardApacheConnector based on the configured Apache HTTP client
as ConfiguredCloseableHttpClient and the chunked encoding configuration set by the user. |
Copyright © 2020. All rights reserved.