| Package | Description | 
|---|---|
| org.apache.hc.client5.http.config | HTTP client configuration APIs. | 
| org.apache.hc.client5.http.impl.io | Client connection management functions based the classic
 connection management APIs. | 
| org.apache.hc.client5.http.impl.nio | Client connection management functions based the asynchronous
 connection management APIs. | 
| Modifier and Type | Field and Description | 
|---|---|
| static TlsConfig | TlsConfig. DEFAULT | 
| Modifier and Type | Method and Description | 
|---|---|
| TlsConfig | TlsConfig.Builder. build() | 
| protected TlsConfig | TlsConfig. clone() | 
| Modifier and Type | Method and Description | 
|---|---|
| static TlsConfig.Builder | TlsConfig. copy(TlsConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| TlsConfig | BasicHttpClientConnectionManager. getTlsConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PoolingHttpClientConnectionManager. setDefaultTlsConfig(TlsConfig config)Sets the same  ConnectionConfigfor all hosts | 
| PoolingHttpClientConnectionManagerBuilder | PoolingHttpClientConnectionManagerBuilder. setDefaultTlsConfig(TlsConfig config)Assigns the same  TlsConfigfor all hosts. | 
| void | BasicHttpClientConnectionManager. setTlsConfig(TlsConfig tlsConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PoolingHttpClientConnectionManager. setTlsConfigResolver(Resolver<HttpHost,TlsConfig> tlsConfigResolver) | 
| PoolingHttpClientConnectionManagerBuilder | PoolingHttpClientConnectionManagerBuilder. setTlsConfigResolver(Resolver<HttpHost,TlsConfig> tlsConfigResolver) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PoolingAsyncClientConnectionManager. setDefaultTlsConfig(TlsConfig config)Sets the same  ConnectionConfigfor all hosts | 
| PoolingAsyncClientConnectionManagerBuilder | PoolingAsyncClientConnectionManagerBuilder. setDefaultTlsConfig(TlsConfig config)Assigns the same  TlsConfigfor all hosts. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PoolingAsyncClientConnectionManager. setTlsConfigResolver(Resolver<HttpHost,TlsConfig> tlsConfigResolver) | 
| PoolingAsyncClientConnectionManagerBuilder | PoolingAsyncClientConnectionManagerBuilder. setTlsConfigResolver(Resolver<HttpHost,TlsConfig> tlsConfigResolver) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.