Interface ManagedConnPool<T,C extends ModalCloseable>

Type Parameters:
T - the route type that represents the opposite endpoint of a pooled connection.
C - the type of pooled connections.
All Superinterfaces:
AutoCloseable, Closeable, ConnPool<T,C>, ConnPoolControl<T>, ConnPoolStats<T>, ModalCloseable
All Known Implementing Classes:
LaxConnPool, StrictConnPool

public interface ManagedConnPool<T,C extends ModalCloseable> extends ConnPool<T,C>, ConnPoolControl<T>, ModalCloseable
ConnPool that also implements ConnPoolControl and AutoCloseable.
Since:
4.2