Package org.apache.hc.core5.pool
Interface ConnPoolStats<T>
-
- Type Parameters:
T
- the route type that represents the opposite endpoint of a pooled connection.
- All Known Subinterfaces:
ConnPoolControl<T>
,ManagedConnPool<T,C>
- All Known Implementing Classes:
H2AsyncRequester
,HttpAsyncRequester
,HttpRequester
,LaxConnPool
,StrictConnPool
public interface ConnPoolStats<T>
Interface to obtain connection pool statistics.- Since:
- 4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PoolStats
getStats(T route)
PoolStats
getTotalStats()
-