All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AwsAuthenticationProvider AWS authentication provider.BasicAuthenticationProvider HTTP BASIC authentication provider.HttpAuthentication Implementations ofNessieAuthenticationwith this interface are able to produceRequestFilterinstance to be used withHttpClient.HttpClient Simple Http client to make REST calls.HttpClient.HttpClientBuilder HttpClient.Method HttpClientBuilder A builder class that creates aNessieHttpClientviaHttpClientBuilder.builder().HttpClientException HttpClientReadTimeoutException Specialization of HttpClientException in the case of a timeout while waiting to read the response.HttpRequest Class to hold an ongoing HTTP request and its parameters/filters.HttpResponse Simple holder for http response object.HttpUtils NessieAuthentication Base interface for different authentication methods like "basic" (username + plain password), bearer token, etc.NessieAuthenticationProvider Base interface for different authentication methods like "basic" (username + plain password), bearer token, etc.NessieBackendThrottledException If a backend store refuses to process a request, the condition is signalled to clients via this exception.NessieBadRequestException NessieClient NessieClient.AuthType Deprecated. Replace with either direct usage ofNessieClientBuilder.withAuthentication(NessieAuthentication)or via properties viaNessieClientBuilder.fromConfig(Function).NessieClient.Builder Deprecated. this inner class will be removed, replace withNessieClientBuilder.NessieClientBuilder<IMPL extends NessieClientBuilder<IMPL>> NessieClientbuilder interface.NessieConfigConstants Configuration constants for Nessie.NessieForbiddenException NessieHttpClient NessieHttpResponseFilter NessieInternalServerException NessieNotAuthorizedException NessieServiceException A Nessie REST API runtime exception.NoneAuthenticationProvider This authentication-"provider" just maps the "NONE" to aNessieAuthenticationProviderimplementation, which "produces" anullNessieAuthenticationinstance, which means "no authentication".RequestContext Context containing all important info about a request.RequestFilter Filter to be evaluated before making a request.ResponseCheckFilter ResponseContext Interface for the important parts of a response.ResponseFilter Filter evaluated post call.Status HTTP request status enum.StreamingUtil Helper and utility methods around streaming ofTreeApiet al.