Uses of Interface
io.airlift.http.client.HttpClient.HttpResponseFuture
-
Packages that use HttpClient.HttpResponseFuture Package Description io.airlift.http.client io.airlift.http.client.jetty io.airlift.http.client.testing -
-
Uses of HttpClient.HttpResponseFuture in io.airlift.http.client
Methods in io.airlift.http.client that return HttpClient.HttpResponseFuture Modifier and Type Method Description <T,E extends Exception>
HttpClient.HttpResponseFuture<T>HttpClient. executeAsync(Request request, ResponseHandler<T,E> responseHandler) -
Uses of HttpClient.HttpResponseFuture in io.airlift.http.client.jetty
Methods in io.airlift.http.client.jetty that return HttpClient.HttpResponseFuture Modifier and Type Method Description <T,E extends Exception>
HttpClient.HttpResponseFuture<T>JettyHttpClient. executeAsync(Request request, ResponseHandler<T,E> responseHandler) -
Uses of HttpClient.HttpResponseFuture in io.airlift.http.client.testing
Methods in io.airlift.http.client.testing that return HttpClient.HttpResponseFuture Modifier and Type Method Description <T,E extends Exception>
HttpClient.HttpResponseFuture<T>TestingHttpClient. executeAsync(Request request, ResponseHandler<T,E> responseHandler)
-