Uses of Interface
com.ning.http.client.ListenableFuture
Packages that use ListenableFuture
Package
Description
-
Uses of ListenableFuture in com.ning.http.client
Classes in com.ning.http.client that implement ListenableFutureMethods in com.ning.http.client that return ListenableFutureModifier and TypeMethodDescriptionListenableFuture.addListener(Runnable listener, Executor exec) Adds a listener and executor to the ListenableFuture.ListenableFuture.CompletedFailure.addListener(Runnable listener, Executor exec) AsyncHttpClient.BoundRequestBuilder.execute()<T> ListenableFuture<T>AsyncHttpClient.BoundRequestBuilder.execute(AsyncHandler<T> handler) <T> ListenableFuture<T>AsyncHttpProvider.execute(Request request, AsyncHandler<T> handler) Execute the request and invoke theAsyncHandlerwhen the response arrive.AsyncHttpClient.executeRequest(Request request) Execute an HTTP request.<T> ListenableFuture<T>AsyncHttpClient.executeRequest(Request request, AsyncHandler<T> handler) Execute an HTTP request. -
Uses of ListenableFuture in com.ning.http.client.extra
Methods in com.ning.http.client.extra with parameters of type ListenableFutureModifier and TypeMethodDescriptionstatic <V> com.google.common.util.concurrent.ListenableFuture<V>ListenableFutureAdapter.asGuavaFuture(ListenableFuture<V> future) -
Uses of ListenableFuture in com.ning.http.client.listenable
Classes in com.ning.http.client.listenable that implement ListenableFutureModifier and TypeClassDescriptionclassAn abstract base implementation of the listener support provided byListenableFuture.Methods in com.ning.http.client.listenable that return ListenableFutureModifier and TypeMethodDescriptionAbstractListenableFuture.addListener(Runnable listener, Executor exec) -
Uses of ListenableFuture in com.ning.http.client.providers.grizzly
Methods in com.ning.http.client.providers.grizzly that return ListenableFutureModifier and TypeMethodDescription<T> ListenableFuture<T>GrizzlyAsyncHttpProvider.execute(Request request, AsyncHandler<T> asyncHandler)