|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionPoolTimeoutException | |
---|---|
org.apache.http.conn | The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections. |
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,
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,
Object state,
long timeout,
TimeUnit tunit)
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)
Obtains a pool entry with a connection within the given timeout. |
BasicPoolEntry |
PoolEntryRequest.getPoolEntry(long timeout,
TimeUnit tunit)
Obtains a pool entry with a connection within the given timeout. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |