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