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 |
---|---|
org.apache.http.HttpClientConnection |
ConnectionRequest.get(long timeout,
TimeUnit timeUnit)
Obtains a connection within a given time.
|
ManagedClientConnection |
ClientConnectionRequest.getConnection(long timeout,
TimeUnit timeUnit)
Deprecated.
Obtains a connection within a given time.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.HttpClientConnection |
PoolingHttpClientConnectionManager.leaseConnection(Future<org.apache.http.impl.conn.CPoolEntry> future,
long timeout,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
BasicPoolEntry |
AbstractConnPool.getEntry(HttpRoute route,
Object state,
long timeout,
TimeUnit timeUnit)
Deprecated.
Obtains a pool entry with a connection within the given timeout.
|
protected BasicPoolEntry |
ConnPoolByRoute.getEntryBlocking(HttpRoute route,
Object state,
long timeout,
TimeUnit timeUnit,
WaitingThreadAborter aborter)
Deprecated.
Obtains a pool entry with a connection within the given timeout.
|
BasicPoolEntry |
PoolEntryRequest.getPoolEntry(long timeout,
TimeUnit timeUnit)
Deprecated.
Obtains a pool entry with a connection within the given timeout.
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.