Interface Apache5HttpClientBuilderConfigurator
A callback interface used to configure
HttpClientBuilder
. It is called immediately before
the Apache5ConnectorProvider
creates HttpClient
, after the
HttpClientBuilder
is configured using the properties.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.client5.http.impl.classic.HttpClientBuilder
configure
(org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder) A callback method to configure theHttpClientBuilder
-
Method Details
-
configure
org.apache.hc.client5.http.impl.classic.HttpClientBuilder configure(org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder) A callback method to configure theHttpClientBuilder
- Parameters:
httpClientBuilder
-HttpClientBuilder
object to be further configured- Returns:
- the configured
HttpClientBuilder
. Ifnull
is returned thehttpClientBuilder
is used byApache5ConnectorProvider
instead.
-