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.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Uses of ConnectionPoolTimeoutException in org.apache.http.conn
 

Methods in org.apache.http.conn that throw ConnectionPoolTimeoutException
 ManagedClientConnection ClientConnectionRequest.getConnection(long timeout, java.util.concurrent.TimeUnit tunit)
          Obtains a connection within a given time.
 

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

Methods in org.apache.http.impl.conn.tsccm that throw ConnectionPoolTimeoutException
 BasicPoolEntry AbstractConnPool.getEntry(HttpRoute route, java.lang.Object state, long timeout, java.util.concurrent.TimeUnit tunit)
          Obtains a pool entry with a connection within the given timeout.
protected  BasicPoolEntry ConnPoolByRoute.getEntryBlocking(HttpRoute route, java.lang.Object state, long timeout, java.util.concurrent.TimeUnit tunit, WaitingThreadAborter aborter)
          Obtains a pool entry with a connection within the given timeout.
 BasicPoolEntry PoolEntryRequest.getPoolEntry(long timeout, java.util.concurrent.TimeUnit tunit)
          Obtains a pool entry with a connection within the given timeout.
 



Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.