Uses of Class
org.apache.http.conn.ConnectionPoolTimeoutException

Packages that use ConnectionPoolTimeoutException
org.apache.http.conn The client-side connection management and handling API at the heart of what is referred to as HttpConn
org.apache.http.impl.client   
org.apache.http.impl.conn   
 

Uses of ConnectionPoolTimeoutException in org.apache.http.conn
 

Methods in org.apache.http.conn that throw ConnectionPoolTimeoutException
 ManagedClientConnection ClientConnectionManager.getConnection(HttpRoute route, long timeout)
          Obtains a connection within a given time.
 

Uses of ConnectionPoolTimeoutException in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client that throw ConnectionPoolTimeoutException
protected  ManagedClientConnection DefaultClientRequestDirector.allocateConnection(HttpRoute route, long timeout)
          Obtains a connection for the target route.
 

Uses of ConnectionPoolTimeoutException in org.apache.http.impl.conn
 

Methods in org.apache.http.impl.conn that throw ConnectionPoolTimeoutException
 ManagedClientConnection ThreadSafeClientConnManager.getConnection(HttpRoute route, long timeout)
           
 



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