Class CommonsHttpClientPoolCache
java.lang.Object
org.apache.calcite.avatica.remote.CommonsHttpClientPoolCache
Creates and returns a PoolingHttpClientConnectionManager object.
If a pool exists for a given set of keystore, trustore, and hostanmeVerification
parameters, then the existing pool is returned.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagergetPool(ConnectionConfig config)
-
Method Details
-
getPool
public static org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager getPool(ConnectionConfig config)
-