Interface HttpClient

All Superinterfaces:
AsyncCloseable, AutoCloseable, GracefulAutoCloseable, HttpRequester, HttpRequestFactory, ListenableAsyncCloseable

public interface HttpClient extends HttpRequester, GracefulAutoCloseable
Provides a means to issue requests against HTTP service. The implementation is free to maintain a collection of HttpConnection instances and distribute calls to HttpRequester.request(HttpRequest) amongst this collection.