Uses of Interface
org.asynchttpclient.ListenableFuture
-
Packages that use ListenableFuture Package Description org.asynchttpclient org.asynchttpclient.netty org.asynchttpclient.netty.request -
-
Uses of ListenableFuture in org.asynchttpclient
Classes in org.asynchttpclient that implement ListenableFuture Modifier and Type Class Description static classListenableFuture.CompletedFailure<T>Methods in org.asynchttpclient that return ListenableFuture Modifier and Type Method Description ListenableFuture<V>ListenableFuture. addListener(Runnable listener, Executor exec)Adds a listener and executor to the ListenableFuture.ListenableFuture<T>ListenableFuture.CompletedFailure. addListener(Runnable listener, Executor exec)ListenableFuture<Response>BoundRequestBuilder. execute()<T> ListenableFuture<T>BoundRequestBuilder. execute(AsyncHandler<T> handler)ListenableFuture<Response>AsyncHttpClient. executeRequest(Request request)Execute an HTTP request.ListenableFuture<Response>AsyncHttpClient. executeRequest(RequestBuilder requestBuilder)Execute an HTTP request.<T> ListenableFuture<T>AsyncHttpClient. executeRequest(RequestBuilder requestBuilder, AsyncHandler<T> handler)Execute an HTTP request.<T> ListenableFuture<T>AsyncHttpClient. executeRequest(Request request, AsyncHandler<T> handler)Execute an HTTP request.ListenableFuture<Response>DefaultAsyncHttpClient. executeRequest(Request request)ListenableFuture<Response>DefaultAsyncHttpClient. executeRequest(RequestBuilder requestBuilder)<T> ListenableFuture<T>DefaultAsyncHttpClient. executeRequest(RequestBuilder requestBuilder, AsyncHandler<T> handler)<T> ListenableFuture<T>DefaultAsyncHttpClient. executeRequest(Request request, AsyncHandler<T> handler) -
Uses of ListenableFuture in org.asynchttpclient.netty
Classes in org.asynchttpclient.netty that implement ListenableFuture Modifier and Type Class Description classNettyResponseFuture<V>AFuturethat can be used to track when an asynchronous HTTP request has been fully processed.Methods in org.asynchttpclient.netty that return ListenableFuture Modifier and Type Method Description ListenableFuture<V>NettyResponseFuture. addListener(Runnable listener, Executor exec) -
Uses of ListenableFuture in org.asynchttpclient.netty.request
Methods in org.asynchttpclient.netty.request that return ListenableFuture Modifier and Type Method Description <T> ListenableFuture<T>NettyRequestSender. sendRequest(Request request, AsyncHandler<T> asyncHandler, NettyResponseFuture<T> future)
-