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

Packages that use ConnectionPoolTimeoutException
org.apache.http.conn Client connection management APIs. 
org.apache.http.impl.conn Default implementations of client connection management functions. 
org.apache.http.impl.conn.tsccm Deprecated. 
 

Uses of ConnectionPoolTimeoutException in org.apache.http.conn
 

Methods in org.apache.http.conn that throw ConnectionPoolTimeoutException
 HttpClientConnection ConnectionRequest.get(long timeout, TimeUnit tunit)
          Obtains a connection within a given time.
 ManagedClientConnection ClientConnectionRequest.getConnection(long timeout, TimeUnit tunit)
          Deprecated. Obtains a connection within a given time.
 

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

Methods in org.apache.http.impl.conn that throw ConnectionPoolTimeoutException
protected  HttpClientConnection PoolingHttpClientConnectionManager.leaseConnection(Future<org.apache.http.impl.conn.CPoolEntry> future, long timeout, TimeUnit tunit)
           
 

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, Object state, long timeout, TimeUnit tunit)
          Deprecated. Obtains a pool entry with a connection within the given timeout.
protected  BasicPoolEntry ConnPoolByRoute.getEntryBlocking(HttpRoute route, Object state, long timeout, TimeUnit tunit, WaitingThreadAborter aborter)
          Deprecated. Obtains a pool entry with a connection within the given timeout.
 BasicPoolEntry PoolEntryRequest.getPoolEntry(long timeout, TimeUnit tunit)
          Deprecated. Obtains a pool entry with a connection within the given timeout.
 



Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.