Uses of Interface
org.apache.hc.core5.pool.ConnPoolStats
Packages that use ConnPoolStats
Package
Description
HTTP/1.1 requester and server bootstrap.
HTTP/2 capable requester and server bootstrap.
Client side connection pool component APIs.
-
Uses of ConnPoolStats in org.apache.hc.core5.http.impl.bootstrap
Classes in org.apache.hc.core5.http.impl.bootstrap that implement ConnPoolStatsModifier and TypeClassDescriptionclassHTTP/1.1 client side message exchange initiator.classHTTP/1.1 client side message exchange initiator. -
Uses of ConnPoolStats in org.apache.hc.core5.http2.impl.nio.bootstrap
Classes in org.apache.hc.core5.http2.impl.nio.bootstrap that implement ConnPoolStatsModifier and TypeClassDescriptionclassClient side message exchange initiator capable of negotiating HTTP/2 or HTTP/1.1 compatible connections. -
Uses of ConnPoolStats in org.apache.hc.core5.pool
Subinterfaces of ConnPoolStats in org.apache.hc.core5.poolModifier and TypeInterfaceDescriptioninterfaceInterface to control runtime properties of aConnPoolsuch as maximum total number of connections or maximum connections per route allowed.interfaceManagedConnPool<T,C extends ModalCloseable> Classes in org.apache.hc.core5.pool that implement ConnPoolStatsModifier and TypeClassDescriptionclassLaxConnPool<T,C extends ModalCloseable> Connection pool with higher concurrency but with lax connection limit guarantees.classStrictConnPool<T,C extends ModalCloseable> Connection pool with strict connection limit guarantees.Fields in org.apache.hc.core5.pool declared as ConnPoolStatsModifier and TypeFieldDescriptionprivate final ConnPoolStats<T>LaxConnPool.PerRoutePool.connPoolStatsMethods in org.apache.hc.core5.pool with parameters of type ConnPoolStatsModifier and TypeMethodDescriptionvoidConnPoolListener.onLease(T route, ConnPoolStats<T> connPoolStats) voidConnPoolListener.onRelease(T route, ConnPoolStats<T> connPoolStats) Constructors in org.apache.hc.core5.pool with parameters of type ConnPoolStatsModifierConstructorDescription(package private)PerRoutePool(T route, int max, TimeValue timeToLive, PoolReusePolicy policy, ConnPoolStats<T> connPoolStats, DisposalCallback<C> disposalCallback, ConnPoolListener<T> connPoolListener)