Uses of Class
io.dropwizard.client.ConfiguredCloseableHttpClient
Packages that use ConfiguredCloseableHttpClient
-
Uses of ConfiguredCloseableHttpClient in io.dropwizard.client
Methods in io.dropwizard.client that return ConfiguredCloseableHttpClientModifier and TypeMethodDescriptionprotected 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 ConfiguredCloseableHttpClientModifier and TypeMethodDescriptionprotected DropwizardApacheConnectorJerseyClientBuilder.createDropwizardApacheConnector(ConfiguredCloseableHttpClient configuredClient) BuildsDropwizardApacheConnectorbased on the configured Apache HTTP client asConfiguredCloseableHttpClientand the chunked encoding configuration set by the user.