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 Details