Uses of Class
io.dropwizard.client.DropwizardApacheConnector
-
Packages that use DropwizardApacheConnector Package Description io.dropwizard.client -
-
Uses of DropwizardApacheConnector in io.dropwizard.client
Methods in io.dropwizard.client that return DropwizardApacheConnector Modifier and Type Method Description protected DropwizardApacheConnector
JerseyClientBuilder. createDropwizardApacheConnector(ConfiguredCloseableHttpClient configuredClient)
BuildsDropwizardApacheConnector
based on the configured Apache HTTP client asConfiguredCloseableHttpClient
and the chunked encoding configuration set by the user.
-