Package org.apache.hc.core5.pool
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:
java.lang.AutoCloseable
,java.io.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 org.apache.hc.core5.pool.ConnPoolControl
closeExpired, closeIdle, getDefaultMaxPerRoute, getMaxPerRoute, getMaxTotal, getRoutes, setDefaultMaxPerRoute, setMaxPerRoute, setMaxTotal
-
Methods inherited from interface org.apache.hc.core5.pool.ConnPoolStats
getStats, getTotalStats
-
Methods inherited from interface org.apache.hc.core5.io.ModalCloseable
close
-
-