Uses of Class
org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
-
Packages that use StrictConnPool.PerRoutePool Package Description org.apache.hc.core5.pool Client side connection pool component APIs. -
-
Uses of StrictConnPool.PerRoutePool in org.apache.hc.core5.pool
Fields in org.apache.hc.core5.pool with type parameters of type StrictConnPool.PerRoutePool Modifier and Type Field Description private java.util.Map<T,StrictConnPool.PerRoutePool<T,C>>
StrictConnPool. routeToPool
Methods in org.apache.hc.core5.pool that return StrictConnPool.PerRoutePool Modifier and Type Method Description private StrictConnPool.PerRoutePool<T,C>
StrictConnPool. getPool(T route)
-