Class LaxConnPool<T,C extends ModalCloseable>

java.lang.Object
org.apache.hc.core5.pool.LaxConnPool<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) @Experimental public class LaxConnPool<T,C extends ModalCloseable> extends Object implements ManagedConnPool<T,C>
Connection pool with higher concurrency but with lax connection limit guarantees.
Since:
5.0