Uses of Class
org.apache.http.conn.ConnectionPoolTimeoutException
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description ManagedClientConnectionClientConnectionRequest. 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 Modifier and Type Method Description BasicPoolEntryAbstractConnPool. getEntry(HttpRoute route, Object state, long timeout, TimeUnit tunit)Obtains a pool entry with a connection within the given timeout.protected BasicPoolEntryConnPoolByRoute. getEntryBlocking(HttpRoute route, Object state, long timeout, TimeUnit tunit, WaitingThreadAborter aborter)Obtains a pool entry with a connection within the given timeout.BasicPoolEntryPoolEntryRequest. getPoolEntry(long timeout, TimeUnit tunit)Obtains a pool entry with a connection within the given timeout.