Uses of Class
org.apache.http.pool.RouteSpecificPool
-
Packages that use RouteSpecificPool Package Description org.apache.http.pool Client side connection pools APIs for synchronous, blocking communication. -
-
Uses of RouteSpecificPool in org.apache.http.pool
Fields in org.apache.http.pool with type parameters of type RouteSpecificPool Modifier and Type Field Description private java.util.Map<T,RouteSpecificPool<T,C,E>>
AbstractConnPool. routeToPool
Methods in org.apache.http.pool that return RouteSpecificPool Modifier and Type Method Description private RouteSpecificPool<T,C,E>
AbstractConnPool. getPool(T route)
-