|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 |
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.tsccm |
---|
Methods in org.apache.http.impl.conn.tsccm that throw ConnectionPoolTimeoutException | |
---|---|
ManagedClientConnection |
ThreadSafeClientConnManager.getConnection(HttpRoute route,
long timeout)
|
BasicPoolEntry |
ConnPoolByRoute.getEntry(HttpRoute route,
long timeout,
ClientConnectionOperator operator)
|
abstract BasicPoolEntry |
AbstractConnPool.getEntry(HttpRoute route,
long timeout,
ClientConnectionOperator operator)
Obtains a pool entry with a connection within the given timeout. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |