public interface OkHttpClientFactory
OkHttpClients.| Modifier and Type | Interface and Description |
|---|---|
static class |
OkHttpClientFactory.DisableValidationTrustManager
A
X509TrustManager that does not validate SSL certificates. |
static class |
OkHttpClientFactory.TrustAllHostnames
A
HostnameVerifier that does not validate any hostnames. |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.OkHttpClient.Builder |
createBuilder(boolean disableSslValidation)
Creates a
OkHttpClient.Builder used to build an OkHttpClient. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.