Uses of Class
org.apache.http.impl.conn.tsccm.RouteSpecificPool
Packages that use RouteSpecificPool
-
Uses of RouteSpecificPool in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm declared as RouteSpecificPoolModifier and TypeFieldDescriptionprivate final RouteSpecificPoolWaitingThread.poolDeprecated.The route specific pool on which the thread is waiting.Fields in org.apache.http.impl.conn.tsccm with type parameters of type RouteSpecificPoolModifier and TypeFieldDescriptionprotected final Map<HttpRoute,RouteSpecificPool> ConnPoolByRoute.routeToPoolDeprecated.Map of route-specific poolsMethods in org.apache.http.impl.conn.tsccm that return RouteSpecificPoolModifier and TypeMethodDescriptionfinal RouteSpecificPoolWaitingThread.getPool()Deprecated.Obtains the pool, if there is one.protected RouteSpecificPoolConnPoolByRoute.getRoutePool(HttpRoute route, boolean create) Deprecated.Get a route-specific pool of available connections.protected RouteSpecificPoolConnPoolByRoute.newRouteSpecificPool(HttpRoute route) Deprecated.Creates a new route-specific pool.Methods in org.apache.http.impl.conn.tsccm that return types with arguments of type RouteSpecificPoolModifier and TypeMethodDescriptionprotected Map<HttpRoute,RouteSpecificPool> ConnPoolByRoute.createRouteToPoolMap()Deprecated.Creates the map forConnPoolByRoute.routeToPool.Methods in org.apache.http.impl.conn.tsccm with parameters of type RouteSpecificPoolModifier and TypeMethodDescriptionprotected BasicPoolEntryConnPoolByRoute.createEntry(RouteSpecificPool rospl, ClientConnectionOperator op) Deprecated.Creates a new pool entry.protected BasicPoolEntryConnPoolByRoute.getFreeEntry(RouteSpecificPool rospl, Object state) Deprecated.If available, get a free pool entry for a route.protected WaitingThreadConnPoolByRoute.newWaitingThread(Condition cond, RouteSpecificPool rospl) Deprecated.Creates a new waiting thread.protected voidConnPoolByRoute.notifyWaitingThread(RouteSpecificPool rospl) Deprecated.Notifies a waiting thread that a connection is available.Constructors in org.apache.http.impl.conn.tsccm with parameters of type RouteSpecificPoolModifierConstructorDescriptionWaitingThread(Condition cond, RouteSpecificPool pool) Deprecated.Creates a new entry for a waiting thread.