Package | Description |
---|---|
org.apache.http.impl.nio.client |
Default asynchronous HTTP client implementation.
|
org.apache.http.impl.nio.conn |
Default implementations of asynchronous client connection
management functions.
|
org.apache.http.nio.conn |
Asynchronous client connection management APIs.
|
Modifier and Type | Method and Description |
---|---|
private AsyncSchemeRegistry |
DefaultAsyncRequestDirector.getSchemeRegistry(org.apache.http.protocol.HttpContext context)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private AsyncSchemeRegistry |
DefaultHttpAsyncRoutePlanner.schemeRegistry
Deprecated.
|
private AsyncSchemeRegistry |
HttpNIOConnPool.schemeRegistry
Deprecated.
|
private AsyncSchemeRegistry |
PoolingClientAsyncConnectionManager.schemeRegistry
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AsyncSchemeRegistry |
AsyncSchemeRegistryFactory.createDefault()
Deprecated.
|
AsyncSchemeRegistry |
PoolingClientAsyncConnectionManager.getSchemeRegistry()
Deprecated.
|
private AsyncSchemeRegistry |
DefaultHttpAsyncRoutePlanner.getSchemeRegistry(org.apache.http.protocol.HttpContext context)
Deprecated.
|
private AsyncSchemeRegistry |
ManagedClientAsyncConnectionImpl.getSchemeRegistry(org.apache.http.protocol.HttpContext context)
Deprecated.
|
Constructor and Description |
---|
DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)
Deprecated.
|
HttpNIOConnPool(org.apache.commons.logging.Log log,
org.apache.http.nio.reactor.ConnectingIOReactor ioreactor,
AsyncSchemeRegistry schemeRegistry,
long connTimeToLive,
java.util.concurrent.TimeUnit tunit)
Deprecated.
|
PoolingClientAsyncConnectionManager(org.apache.http.nio.reactor.ConnectingIOReactor ioreactor,
AsyncSchemeRegistry schemeRegistry)
Deprecated.
|
PoolingClientAsyncConnectionManager(org.apache.http.nio.reactor.ConnectingIOReactor ioreactor,
AsyncSchemeRegistry schemeRegistry,
long timeToLive,
java.util.concurrent.TimeUnit tunit)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AsyncSchemeRegistry |
ClientAsyncConnectionManager.getSchemeRegistry()
Deprecated.
|