Uses of Class
org.apache.http.conn.ConnectionPoolTimeoutException
-
Packages that use ConnectionPoolTimeoutException Package Description 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 Modifier and Type Method Description org.apache.http.HttpClientConnectionConnectionRequest. get(long timeout, java.util.concurrent.TimeUnit timeUnit)Obtains a connection within a given time.ManagedClientConnectionClientConnectionRequest. getConnection(long timeout, java.util.concurrent.TimeUnit timeUnit)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 Modifier and Type Method Description (package private) ManagedClientConnectionPoolingClientConnectionManager. leaseConnection(java.util.concurrent.Future<HttpPoolEntry> future, long timeout, java.util.concurrent.TimeUnit timeUnit)Deprecated.protected org.apache.http.HttpClientConnectionPoolingHttpClientConnectionManager. leaseConnection(java.util.concurrent.Future<CPoolEntry> future, long timeout, java.util.concurrent.TimeUnit timeUnit) -
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, java.lang.Object state, long timeout, java.util.concurrent.TimeUnit timeUnit)Deprecated.Obtains a pool entry with a connection within the given timeout.protected BasicPoolEntryConnPoolByRoute. getEntryBlocking(HttpRoute route, java.lang.Object state, long timeout, java.util.concurrent.TimeUnit timeUnit, WaitingThreadAborter aborter)Deprecated.Obtains a pool entry with a connection within the given timeout.BasicPoolEntryPoolEntryRequest. getPoolEntry(long timeout, java.util.concurrent.TimeUnit timeUnit)Deprecated.Obtains a pool entry with a connection within the given timeout.
-