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
- Since:
- 4.2
-
Method Summary
Methods inherited from interface ConnPoolControl
closeExpired, closeIdle, getDefaultMaxPerRoute, getMaxPerRoute, getMaxTotal, getRoutes, setDefaultMaxPerRoute, setMaxPerRoute, setMaxTotalMethods inherited from interface ConnPoolStats
getStats, getTotalStatsMethods inherited from interface ModalCloseable
close