| Package | Description |
|---|---|
| com.ibm.cos.v2.http | |
| com.ibm.cos.v2.http.apache | |
| com.ibm.cos.v2.http.nio.netty | |
| com.ibm.cos.v2.http.nio.netty.internal | |
| com.ibm.cos.v2.http.urlconnection |
| Modifier and Type | Field and Description |
|---|---|
static SdkHttpConfigurationOption<TlsTrustManagersProvider> |
SdkHttpConfigurationOption.TLS_TRUST_MANAGERS_PROVIDER
The
TlsTrustManagersProvider that will be used by the HTTP client when authenticating with a
TLS host. |
| Modifier and Type | Method and Description |
|---|---|
ApacheHttpClient.Builder |
ApacheHttpClient.Builder.tlsTrustManagersProvider(TlsTrustManagersProvider tlsTrustManagersProvider)
Configure the
TlsTrustManagersProvider that will provide the TrustManagers to use
when constructing the SSL context. |
| Modifier and Type | Method and Description |
|---|---|
NettyNioAsyncHttpClient.Builder |
NettyNioAsyncHttpClient.Builder.tlsTrustManagersProvider(TlsTrustManagersProvider trustManagersProvider)
Configure the
TlsTrustManagersProvider that will provide the TrustManagers to use
when constructing the SSL context. |
| Modifier and Type | Method and Description |
|---|---|
TlsTrustManagersProvider |
NettyConfiguration.tlsTrustManagersProvider() |
| Modifier and Type | Method and Description |
|---|---|
UrlConnectionHttpClient.Builder |
UrlConnectionHttpClient.Builder.tlsTrustManagersProvider(TlsTrustManagersProvider tlsTrustManagersProvider)
Configure the
TlsTrustManagersProvider that will provide the TrustManagers to use
when constructing the SSL context. |
Copyright © 2026. All rights reserved.