public interface HttpClientPoolConfigurable
Modifier and Type | Method and Description |
---|---|
void |
setHttpClientPool(org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager pool,
ConnectionConfig config)
Sets a PoolingHttpClientConnectionManager containing the collection of SSL/TLS server
keys and truststores to use for HTTPS calls.
|
void setHttpClientPool(org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager pool, ConnectionConfig config)
pool
- The http connection poolconfig
- The connection configCopyright © 2012-2024 Apache Software Foundation. All Rights Reserved.