Skip navigation links
A B C D F G H I J N S U W 

A

apply(ClientRequest) - Method in class io.dropwizard.client.DropwizardApacheConnector
apply(ClientRequest, AsyncConnectorCallback) - Method in class io.dropwizard.client.DropwizardApacheConnector

B

build(String) - Method in class io.dropwizard.client.HttpClientBuilder
Builds the HttpClient.
build(String) - Method in class io.dropwizard.client.JerseyClientBuilder
Builds the Client instance.

C

close() - Method in class io.dropwizard.client.DropwizardApacheConnector
configureConnectionManager(InstrumentedHttpClientConnectionManager) - Method in class io.dropwizard.client.HttpClientBuilder
 
createClient(HttpClientBuilder, InstrumentedHttpClientConnectionManager, String) - Method in class io.dropwizard.client.HttpClientBuilder
Map the parameters in HttpClientConfiguration to configuration on a HttpClientBuilder instance
createConnectionManager(Registry<ConnectionSocketFactory>, String) - Method in class io.dropwizard.client.HttpClientBuilder
Create a InstrumentedHttpClientConnectionManager based on the HttpClientConfiguration.
createUserAgent(String) - Method in class io.dropwizard.client.HttpClientBuilder
Create a user agent string using the configured user agent if defined, otherwise using a combination of the environment name and this client name

D

DropwizardApacheConnector - Class in io.dropwizard.client
Dropwizard Apache Connector.
DropwizardApacheConnector(CloseableHttpClient, RequestConfig, boolean) - Constructor for class io.dropwizard.client.DropwizardApacheConnector
 

F

filter(ClientRequestContext) - Method in class io.dropwizard.client.JerseyIgnoreRequestUserAgentHeaderFilter
 

G

getConnectionRequestTimeout() - Method in class io.dropwizard.client.HttpClientConfiguration
 
getConnectionTimeout() - Method in class io.dropwizard.client.HttpClientConfiguration
 
getKeepAlive() - Method in class io.dropwizard.client.HttpClientConfiguration
 
getMaxConnections() - Method in class io.dropwizard.client.HttpClientConfiguration
 
getMaxConnectionsPerRoute() - Method in class io.dropwizard.client.HttpClientConfiguration
 
getMaxThreads() - Method in class io.dropwizard.client.JerseyClientConfiguration
 
getMinThreads() - Method in class io.dropwizard.client.JerseyClientConfiguration
 
getName() - Method in class io.dropwizard.client.DropwizardApacheConnector
getRetries() - Method in class io.dropwizard.client.HttpClientConfiguration
 
getTimeout() - Method in class io.dropwizard.client.HttpClientConfiguration
 
getTimeToLive() - Method in class io.dropwizard.client.HttpClientConfiguration
 
getUserAgent() - Method in class io.dropwizard.client.HttpClientConfiguration
 
getWorkQueueSize() - Method in class io.dropwizard.client.JerseyClientConfiguration
 

H

HttpClientBuilder - Class in io.dropwizard.client
A convenience class for building HttpClient instances.
HttpClientBuilder(MetricRegistry) - Constructor for class io.dropwizard.client.HttpClientBuilder
 
HttpClientBuilder(Environment) - Constructor for class io.dropwizard.client.HttpClientBuilder
 
HttpClientConfiguration - Class in io.dropwizard.client
The configuration class used by HttpClientBuilder.
HttpClientConfiguration() - Constructor for class io.dropwizard.client.HttpClientConfiguration
 

I

io.dropwizard.client - package io.dropwizard.client
 
isChunkedEncodingEnabled() - Method in class io.dropwizard.client.JerseyClientConfiguration
 
isCompressionConfigurationValid() - Method in class io.dropwizard.client.JerseyClientConfiguration
 
isCookiesEnabled() - Method in class io.dropwizard.client.HttpClientConfiguration
 
isGzipEnabled() - Method in class io.dropwizard.client.JerseyClientConfiguration
 
isGzipEnabledForRequests() - Method in class io.dropwizard.client.JerseyClientConfiguration
 
isThreadPoolSizedCorrectly() - Method in class io.dropwizard.client.JerseyClientConfiguration
 

J

JerseyClientBuilder - Class in io.dropwizard.client
A convenience class for building Client instances.
JerseyClientBuilder(Environment) - Constructor for class io.dropwizard.client.JerseyClientBuilder
 
JerseyClientBuilder(MetricRegistry) - Constructor for class io.dropwizard.client.JerseyClientBuilder
 
JerseyClientConfiguration - Class in io.dropwizard.client
The configuration class used by JerseyClientBuilder.
JerseyClientConfiguration() - Constructor for class io.dropwizard.client.JerseyClientConfiguration
 
JerseyIgnoreRequestUserAgentHeaderFilter - Class in io.dropwizard.client
Prevents Jersey from modification Request's User-Agent header with default value, to escape the value conflict with Dropwizard
JerseyIgnoreRequestUserAgentHeaderFilter() - Constructor for class io.dropwizard.client.JerseyIgnoreRequestUserAgentHeaderFilter
 

N

name(String) - Method in class io.dropwizard.client.HttpClientBuilder
Use the given environment name.
name(String) - Method in class io.dropwizard.client.JerseyClientBuilder
Use the given environment name.

S

setApacheHttpClientBuilder(HttpClientBuilder) - Method in class io.dropwizard.client.JerseyClientBuilder
 
setChunkedEncodingEnabled(boolean) - Method in class io.dropwizard.client.JerseyClientConfiguration
 
setConnectionRequestTimeout(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
 
setConnectionTimeout(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
 
setCookiesEnabled(boolean) - Method in class io.dropwizard.client.HttpClientConfiguration
 
setGzipEnabled(boolean) - Method in class io.dropwizard.client.JerseyClientConfiguration
 
setGzipEnabledForRequests(boolean) - Method in class io.dropwizard.client.JerseyClientConfiguration
 
setKeepAlive(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
 
setMaxConnections(int) - Method in class io.dropwizard.client.HttpClientConfiguration
 
setMaxConnectionsPerRoute(int) - Method in class io.dropwizard.client.HttpClientConfiguration
 
setMaxThreads(int) - Method in class io.dropwizard.client.JerseyClientConfiguration
 
setMinThreads(int) - Method in class io.dropwizard.client.JerseyClientConfiguration
 
setRetries(int) - Method in class io.dropwizard.client.HttpClientConfiguration
 
setTimeout(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
 
setTimeToLive(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
 
setUserAgent(Optional<String>) - Method in class io.dropwizard.client.HttpClientConfiguration
 
setWorkQueueSize(int) - Method in class io.dropwizard.client.JerseyClientConfiguration
 

U

using(HttpClientConfiguration) - Method in class io.dropwizard.client.HttpClientBuilder
Use the given HttpClientConfiguration instance.
using(DnsResolver) - Method in class io.dropwizard.client.HttpClientBuilder
Use the given DnsResolver instance.
using(HttpRequestRetryHandler) - Method in class io.dropwizard.client.HttpClientBuilder
Uses the HttpRequestRetryHandler for handling request retries.
using(Registry<ConnectionSocketFactory>) - Method in class io.dropwizard.client.HttpClientBuilder
Use the given Registry instance.
using(HttpRoutePlanner) - Method in class io.dropwizard.client.HttpClientBuilder
Use the given HttpRoutePlanner instance.
using(CredentialsProvider) - Method in class io.dropwizard.client.HttpClientBuilder
Use the given CredentialsProvider instance.
using(HttpClientMetricNameStrategy) - Method in class io.dropwizard.client.HttpClientBuilder
Use the given HttpClientMetricNameStrategy instance.
using(JerseyClientConfiguration) - Method in class io.dropwizard.client.JerseyClientBuilder
using(Environment) - Method in class io.dropwizard.client.JerseyClientBuilder
Uses the given Environment.
using(Validator) - Method in class io.dropwizard.client.JerseyClientBuilder
Use the given Validator instance.
using(ExecutorService, ObjectMapper) - Method in class io.dropwizard.client.JerseyClientBuilder
Uses the given ExecutorService and ObjectMapper.
using(ExecutorService) - Method in class io.dropwizard.client.JerseyClientBuilder
Uses the given ExecutorService.
using(ObjectMapper) - Method in class io.dropwizard.client.JerseyClientBuilder
Uses the given ObjectMapper.
using(ConnectorProvider) - Method in class io.dropwizard.client.JerseyClientBuilder
Use the given ConnectorProvider instance.
using(HttpRequestRetryHandler) - Method in class io.dropwizard.client.JerseyClientBuilder
Uses the HttpRequestRetryHandler for handling request retries.
using(DnsResolver) - Method in class io.dropwizard.client.JerseyClientBuilder
Use the given DnsResolver instance.
using(Registry<ConnectionSocketFactory>) - Method in class io.dropwizard.client.JerseyClientBuilder
Use the given Registry instance of connection socket factories.
using(HttpClientMetricNameStrategy) - Method in class io.dropwizard.client.JerseyClientBuilder
Use the given HttpClientMetricNameStrategy instance.
using(HttpRoutePlanner) - Method in class io.dropwizard.client.JerseyClientBuilder
Use the given HttpRoutePlanner instance.
using(CredentialsProvider) - Method in class io.dropwizard.client.JerseyClientBuilder
Use the given CredentialsProvider instance.

W

withProperty(String, Object) - Method in class io.dropwizard.client.JerseyClientBuilder
Sets the state of the given Jersey property.
withProvider(Object) - Method in class io.dropwizard.client.JerseyClientBuilder
Adds the given object as a Jersey provider.
withProvider(Class<?>) - Method in class io.dropwizard.client.JerseyClientBuilder
Adds the given class as a Jersey provider.
A B C D F G H I J N S U W 
Skip navigation links

Copyright © 2015. All rights reserved.