@Contract public interface ApacheHttpClientBuilderConfigurator
HttpClientBuilder
. It is called immediately before
the ApacheConnectorProvider
creates HttpClient
, after the
HttpClientBuilder
is configured using the properties.Modifier and Type | Method and Description |
---|---|
org.apache.http.impl.client.HttpClientBuilder |
configure(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
A callback method to configure the
HttpClientBuilder |
org.apache.http.impl.client.HttpClientBuilder configure(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
HttpClientBuilder
httpClientBuilder
- HttpClientBuilder
object to be further configuredHttpClientBuilder
. If null
is returned the
httpClientBuilder
is used by ApacheConnectorProvider
instead.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.