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