Uses of Interface
org.apache.http.impl.nio.client.ResultCallback
-
Packages that use ResultCallback Package Description org.apache.http.impl.nio.client 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 ResultCallback Modifier and Type Class Description (package private) class
DefaultResultCallback<T>
Deprecated.Fields in org.apache.http.impl.nio.client declared as ResultCallback Modifier and Type Field Description private ResultCallback<T>
DefaultAsyncRequestDirector. resultCallback
Deprecated.Constructors in org.apache.http.impl.nio.client with parameters of type ResultCallback Constructor 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.
-