@FunctionalInterface
public interface OkHttpClientBuilderConfigurator
OkHttpClient.Builder used by Client internally.
Note that OkHttpRestTemplateConfigurator will configure all essential settings
before invoking the configurator.
OkHttpClientBuilderConfigurator implementations typically
customize request interceptors to set specific headers, proxy-related
and TLS-related settings.
| Modifier and Type | Method and Description |
|---|---|
okhttp3.OkHttpClient.Builder |
configure(okhttp3.OkHttpClient.Builder builder)
Configure the
OkHttpClient.Builder. |