| Package | Description |
|---|---|
| org.apache.http.impl.nio.conn |
Default implementations of asynchronous client connection
management functions.
|
| Modifier and Type | Field and Description |
|---|---|
private HttpPoolEntry |
ManagedClientAsyncConnectionImpl.poolEntry
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpPoolEntry |
HttpNIOConnPool.createEntry(org.apache.http.conn.routing.HttpRoute route,
org.apache.http.nio.reactor.IOSession session)
Deprecated.
|
(package private) HttpPoolEntry |
ManagedClientAsyncConnectionImpl.detach()
Deprecated.
|
private HttpPoolEntry |
ManagedClientAsyncConnectionImpl.ensurePoolEntry()
Deprecated.
|
(package private) HttpPoolEntry |
ManagedClientAsyncConnectionImpl.getPoolEntry()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PoolingClientAsyncConnectionManager.InternalPoolEntryCallback.completed(HttpPoolEntry entry) |
private java.lang.String |
PoolingClientAsyncConnectionManager.format(HttpPoolEntry entry)
Deprecated.
|
| Constructor and Description |
|---|
ManagedClientAsyncConnectionImpl(ClientAsyncConnectionManager manager,
ClientAsyncConnectionFactory connFactory,
HttpPoolEntry poolEntry)
Deprecated.
|