Uses of Interface
org.apache.http.impl.nio.client.ResultCallback
Packages that use ResultCallback
Package
Description
Default asynchronous HTTP client implementation.
-
Uses of ResultCallback in org.apache.http.impl.nio.client
Classes in org.apache.http.impl.nio.client that implement ResultCallbackFields in org.apache.http.impl.nio.client declared as ResultCallbackModifier and TypeFieldDescriptionprivate final ResultCallback<T>
DefaultAsyncRequestDirector.resultCallback
Deprecated.Constructors in org.apache.http.impl.nio.client with parameters of type ResultCallbackModifierConstructorDescriptionDefaultAsyncRequestDirector
(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.