Uses of Class
org.apache.http.impl.conn.tsccm.RouteSpecificPool
| Package | Description |
|---|---|
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
-
Uses of RouteSpecificPool in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm with type parameters of type RouteSpecificPool Modifier and Type Field Description protected Map<HttpRoute,RouteSpecificPool>ConnPoolByRoute. routeToPoolA map of route-specific pools.Methods in org.apache.http.impl.conn.tsccm that return RouteSpecificPool Modifier and Type Method Description RouteSpecificPoolWaitingThread. getPool()Obtains the pool, if there is one.protected RouteSpecificPoolConnPoolByRoute. getRoutePool(HttpRoute route, boolean create)Get a route-specific pool of available connections.protected RouteSpecificPoolConnPoolByRoute. newRouteSpecificPool(HttpRoute route)Creates a new route-specific pool.Methods in org.apache.http.impl.conn.tsccm that return types with arguments of type RouteSpecificPool Modifier and Type Method Description protected Map<HttpRoute,RouteSpecificPool>ConnPoolByRoute. createRouteToPoolMap()Creates the map forConnPoolByRoute.routeToPool.Methods in org.apache.http.impl.conn.tsccm with parameters of type RouteSpecificPool Modifier and Type Method Description protected BasicPoolEntryConnPoolByRoute. createEntry(RouteSpecificPool rospl, ClientConnectionOperator op)Creates a new pool entry.protected BasicPoolEntryConnPoolByRoute. getFreeEntry(RouteSpecificPool rospl, Object state)If available, get a free pool entry for a route.protected WaitingThreadConnPoolByRoute. newWaitingThread(Condition cond, RouteSpecificPool rospl)Creates a new waiting thread.protected voidConnPoolByRoute. notifyWaitingThread(RouteSpecificPool rospl)Notifies a waiting thread that a connection is available.Constructors in org.apache.http.impl.conn.tsccm with parameters of type RouteSpecificPool Constructor Description WaitingThread(Condition cond, RouteSpecificPool pool)Creates a new entry for a waiting thread.