Uses of Interface
io.airlift.http.client.ResponseHandler
Packages that use ResponseHandler
Package
Description
-
Uses of ResponseHandler in io.airlift.http.client
Classes in io.airlift.http.client that implement ResponseHandlerModifier and TypeClassDescriptionclassclassclassclassclassMethods in io.airlift.http.client with parameters of type ResponseHandlerModifier and TypeMethodDescription<T,E extends Exception>
THttpClient.execute(Request request, ResponseHandler<T, E> responseHandler) <T,E extends Exception>
HttpClient.HttpResponseFuture<T>HttpClient.executeAsync(Request request, ResponseHandler<T, E> responseHandler) -
Uses of ResponseHandler in io.airlift.http.client.jetty
Methods in io.airlift.http.client.jetty with parameters of type ResponseHandlerModifier and TypeMethodDescription<T,E extends Exception>
TJettyHttpClient.doExecute(Request request, ResponseHandler<T, E> responseHandler, io.opentelemetry.api.trace.Span span) <T,E extends Exception>
TJettyHttpClient.execute(Request request, ResponseHandler<T, E> responseHandler) <T,E extends Exception>
HttpClient.HttpResponseFuture<T>JettyHttpClient.executeAsync(Request request, ResponseHandler<T, E> responseHandler) -
Uses of ResponseHandler in io.airlift.http.client.testing
Methods in io.airlift.http.client.testing with parameters of type ResponseHandlerModifier and TypeMethodDescription<T,E extends Exception>
TTestingHttpClient.execute(Request request, ResponseHandler<T, E> responseHandler) <T,E extends Exception>
HttpClient.HttpResponseFuture<T>TestingHttpClient.executeAsync(Request request, ResponseHandler<T, E> responseHandler)