Package | Description |
---|---|
org.apache.http.impl.nio.client |
Default asynchronous HTTP client implementation.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultResultCallback<T>
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ResultCallback<T> |
DefaultAsyncRequestDirector.resultCallback
Deprecated.
|
Constructor and Description |
---|
DefaultAsyncRequestDirector(org.apache.commons.logging.Log log,
org.apache.http.nio.protocol.HttpAsyncRequestProducer requestProducer,
org.apache.http.nio.protocol.HttpAsyncResponseConsumer<T> responseConsumer,
org.apache.http.protocol.HttpContext localContext,
ResultCallback<T> callback,
ClientAsyncConnectionManager connmgr,
org.apache.http.protocol.HttpProcessor httppocessor,
org.apache.http.conn.routing.HttpRoutePlanner routePlanner,
org.apache.http.ConnectionReuseStrategy reuseStrategy,
org.apache.http.conn.ConnectionKeepAliveStrategy keepaliveStrategy,
org.apache.http.client.RedirectStrategy redirectStrategy,
org.apache.http.client.AuthenticationStrategy targetAuthStrategy,
org.apache.http.client.AuthenticationStrategy proxyAuthStrategy,
org.apache.http.client.UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams clientParams)
Deprecated.
|