public class DefaultOkHttpClientFactory extends Object implements OkHttpClientFactory
OkHttpClientFactory.OkHttpClientFactory.DisableValidationTrustManager, OkHttpClientFactory.TrustAllHostnames| Constructor and Description |
|---|
DefaultOkHttpClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.OkHttpClient.Builder |
createBuilder(boolean disableSslValidation)
Creates a
OkHttpClient.Builder used to build an OkHttpClient. |
public okhttp3.OkHttpClient.Builder createBuilder(boolean disableSslValidation)
OkHttpClientFactoryOkHttpClient.Builder used to build an OkHttpClient.createBuilder in interface OkHttpClientFactorydisableSslValidation - Disables SSL validationOkHttpClient.BuilderCopyright © 2018 Pivotal Software, Inc.. All rights reserved.