public interface ConfigManipulator
| Modifier and Type | Method and Description |
|---|---|
void |
modifyHttpClientConfig(org.apache.http.impl.client.HttpClientBuilder clientBuilder)
an optional method that may be used to manipulate the apache request configuration before the http client
is created
|
void |
modifyRequestConfig(org.apache.http.client.config.RequestConfig.Builder requestConfig)
an optional method that may be used to manipulate the apache http client configuration before the http
client is created
|
void modifyRequestConfig(org.apache.http.client.config.RequestConfig.Builder requestConfig)
requestConfig - the request configuration from apachevoid modifyHttpClientConfig(org.apache.http.impl.client.HttpClientBuilder clientBuilder)
clientBuilder - the http client builder from apacheCopyright © 2020. All rights reserved.