Class StrictConnPool<T,C extends ModalCloseable>

java.lang.Object
org.apache.hc.core5.pool.StrictConnPool<T,C>
Type Parameters:
T - route
C - connection object
All Implemented Interfaces:
Closeable, AutoCloseable, ModalCloseable, ConnPool<T,C>, ConnPoolControl<T>, ConnPoolStats<T>, ManagedConnPool<T,C>

@Contract(threading=SAFE) public class StrictConnPool<T,C extends ModalCloseable> extends Object implements ManagedConnPool<T,C>
Connection pool with strict connection limit guarantees.
Since:
4.2