Uses of Class
org.apache.http.impl.conn.tsccm.RouteSpecificPool

Packages that use RouteSpecificPool
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 declared as RouteSpecificPool
 RouteSpecificPool ConnPoolByRoute.WaitingThread.pool
          The route specific pool the thread is waiting for.
 

Methods in org.apache.http.impl.conn.tsccm that return RouteSpecificPool
protected  RouteSpecificPool ConnPoolByRoute.getRoutePool(HttpRoute route, boolean create)
          Get a route-specific pool of available connections.
protected  RouteSpecificPool ConnPoolByRoute.newRouteSpecificPool(HttpRoute route)
          Creates a new route-specific pool.
 

Methods in org.apache.http.impl.conn.tsccm with parameters of type RouteSpecificPool
protected  BasicPoolEntry ConnPoolByRoute.createEntry(RouteSpecificPool rospl, ClientConnectionOperator op)
          Creates a new pool entry.
protected  BasicPoolEntry ConnPoolByRoute.getFreeEntry(RouteSpecificPool rospl)
          If available, get a free pool entry for a route.
protected  void ConnPoolByRoute.notifyWaitingThread(RouteSpecificPool rospl)
          Notifies a waiting thread that a connection is available.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.