public interface HttpClientBuilderConfigurator
HttpClientBuilder used by Client internally.
Note that Client will configure all essential settings
before invoking the configurator.
HttpClientBuilderConfigurator implementations typically
customize request interceptors to set specific headers, proxy-related
and TLS-related settings.
HttpClientBuilder.addInterceptorFirst(HttpRequestInterceptor),
HttpClientBuilder.addInterceptorLast(HttpRequestInterceptor),
HttpClientBuilder.setProxy(HttpHost),
HttpClientBuilder.setRoutePlanner(HttpRoutePlanner),
HttpClientBuilder.setSSLContext(SSLContext),
HttpClientBuilder.setSSLSocketFactory(LayeredConnectionSocketFactory),
HttpClientBuilder.setSSLHostnameVerifier(HostnameVerifier)| Modifier and Type | Method and Description |
|---|---|
org.apache.http.impl.client.HttpClientBuilder |
configure(org.apache.http.impl.client.HttpClientBuilder builder)
Configure the
HttpClientBuilder. |