Uses of Class
org.apache.http.conn.ConnectionPoolTimeoutException
Packages that use ConnectionPoolTimeoutException
Package
Description
Client connection management APIs.
Default implementations of client connection management
functions.
Deprecated.
-
Uses of ConnectionPoolTimeoutException in org.apache.http.conn
Methods in org.apache.http.conn that throw ConnectionPoolTimeoutExceptionModifier and TypeMethodDescriptionorg.apache.http.HttpClientConnectionObtains a connection within a given time.ClientConnectionRequest.getConnection(long timeout, 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 ConnectionPoolTimeoutExceptionModifier and TypeMethodDescription(package private) ManagedClientConnectionPoolingClientConnectionManager.leaseConnection(Future<HttpPoolEntry> future, long timeout, TimeUnit timeUnit) Deprecated.protected org.apache.http.HttpClientConnectionPoolingHttpClientConnectionManager.leaseConnection(Future<CPoolEntry> future, long timeout, TimeUnit timeUnit) -
Uses of ConnectionPoolTimeoutException in org.apache.http.impl.conn.tsccm
Methods in org.apache.http.impl.conn.tsccm that throw ConnectionPoolTimeoutExceptionModifier and TypeMethodDescriptionfinal BasicPoolEntryDeprecated.Obtains a pool entry with a connection within the given timeout.protected BasicPoolEntryConnPoolByRoute.getEntryBlocking(HttpRoute route, Object state, long timeout, TimeUnit timeUnit, WaitingThreadAborter aborter) Deprecated.Obtains a pool entry with a connection within the given timeout.PoolEntryRequest.getPoolEntry(long timeout, TimeUnit timeUnit) Deprecated.Obtains a pool entry with a connection within the given timeout.