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.
|
Modifier and Type | Method and Description |
---|---|
HttpClientConnection |
ConnectionRequest.get(long timeout,
java.util.concurrent.TimeUnit tunit)
Obtains a connection within a given time.
|
ManagedClientConnection |
ClientConnectionRequest.getConnection(long timeout,
java.util.concurrent.TimeUnit tunit)
Deprecated.
Obtains a connection within a given time.
|
Modifier and Type | Method and Description |
---|---|
protected HttpClientConnection |
PoolingHttpClientConnectionManager.leaseConnection(java.util.concurrent.Future<CPoolEntry> future,
long timeout,
java.util.concurrent.TimeUnit tunit) |
(package private) ManagedClientConnection |
PoolingClientConnectionManager.leaseConnection(java.util.concurrent.Future<HttpPoolEntry> future,
long timeout,
java.util.concurrent.TimeUnit tunit)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BasicPoolEntry |
AbstractConnPool.getEntry(HttpRoute route,
java.lang.Object state,
long timeout,
java.util.concurrent.TimeUnit tunit)
Deprecated.
Obtains a pool entry with a connection within the given timeout.
|
protected BasicPoolEntry |
ConnPoolByRoute.getEntryBlocking(HttpRoute route,
java.lang.Object state,
long timeout,
java.util.concurrent.TimeUnit tunit,
WaitingThreadAborter aborter)
Deprecated.
Obtains a pool entry with a connection within the given timeout.
|
BasicPoolEntry |
PoolEntryRequest.getPoolEntry(long timeout,
java.util.concurrent.TimeUnit tunit)
Deprecated.
Obtains a pool entry with a connection within the given timeout.
|