Uses of Class
io.dropwizard.client.ConfiguredCloseableHttpClient
-
Packages that use ConfiguredCloseableHttpClient Package Description io.dropwizard.client -
-
Uses of ConfiguredCloseableHttpClient in io.dropwizard.client
Methods in io.dropwizard.client that return ConfiguredCloseableHttpClient Modifier and Type Method Description protected ConfiguredCloseableHttpClientHttpClientBuilder. createClient(org.apache.hc.client5.http.impl.classic.HttpClientBuilder builder, com.codahale.metrics.httpclient5.InstrumentedHttpClientConnectionManager manager, String name)Map the parameters inHttpClientConfigurationto configuration on aHttpClientBuilderinstanceMethods in io.dropwizard.client with parameters of type ConfiguredCloseableHttpClient Modifier and Type Method Description protected DropwizardApacheConnectorJerseyClientBuilder. createDropwizardApacheConnector(ConfiguredCloseableHttpClient configuredClient)BuildsDropwizardApacheConnectorbased on the configured Apache HTTP client asConfiguredCloseableHttpClientand the chunked encoding configuration set by the user.
-