Package org.projectnessie.client.http
-
Interface Summary Interface Description HttpAuthentication Implementations ofNessieAuthenticationwith this interface are able to produceRequestFilterinstance to be used withHttpClient.RequestFilter Filter to be evaluated before making a request.ResponseContext Interface for the important parts of a response.ResponseFilter Filter evaluated post call. -
Class Summary Class Description HttpClient Simple Http client to make REST calls.HttpClient.HttpClientBuilder HttpClientBuilder A builder class that creates aNessieHttpClientviaHttpClientBuilder.builder().HttpRequest Class to hold an ongoing HTTP request and its parameters/filters.HttpResponse Simple holder for http response object.HttpUtils NessieHttpClient RequestContext Context containing all important info about a request. -
Enum Summary Enum Description HttpClient.Method Status HTTP request status enum. -
Exception Summary Exception Description HttpClientException HttpClientReadTimeoutException Specialization of HttpClientException in the case of a timeout while waiting to read the response.