A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages

A

ACCEPTED - org.projectnessie.client.http.Status
 
addResponseCallback(BiConsumer<ResponseContext, Exception>) - Method in class org.projectnessie.client.http.RequestContext
Adds a callback to be called when the request has finished.
AWS - org.projectnessie.client.NessieClient.AuthType
 
AwsAuth - Class in org.projectnessie.client.auth
 
AwsAuth(ObjectMapper) - Constructor for class org.projectnessie.client.auth.AwsAuth
Construct AWS signer filter.

B

BAD_GATEWAY - org.projectnessie.client.http.Status
 
BAD_REQUEST - org.projectnessie.client.http.Status
 
BASIC - org.projectnessie.client.NessieClient.AuthType
 
BasicAuthFilter - Class in org.projectnessie.client.auth
Filter to add auth header to all outgoing requests.
BasicAuthFilter(String, String) - Constructor for class org.projectnessie.client.auth.BasicAuthFilter
construct auth filter depending on auth type.
build() - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
Construct an HttpClient from builder settings.
build() - Method in class org.projectnessie.client.NessieClient.Builder
Build a new NessieClient.
builder() - Static method in class org.projectnessie.client.http.HttpClient
 
builder() - Static method in interface org.projectnessie.client.NessieClient
Create a new NessieClient.Builder to configure a new NessieClient.
Builder() - Constructor for class org.projectnessie.client.NessieClient.Builder
 

C

checkArgument(boolean, String, Object...) - Static method in class org.projectnessie.client.http.HttpUtils
Check if argument is false.
checkNonNullTrim(String) - Static method in class org.projectnessie.client.http.HttpUtils
check if base is null and if not trim any whitespace.
checkResponse(ResponseContext, ObjectMapper) - Static method in class org.projectnessie.client.rest.ResponseCheckFilter
check that response had a valid return code.
close() - Method in interface org.projectnessie.client.NessieClient
 
CONF_NESSIE_AUTH_TYPE - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.auth_type") for the authentication type, see NessieClient.AuthType.
CONF_NESSIE_PASSWORD - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.password") for the password used for (basic) authentication.
CONF_NESSIE_REF - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.ref") for the nessie reference used by clients.
CONF_NESSIE_TRACING - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.tracing") to enable adding the HTTP headers of an active OpenTracing span to all Nessie requests.
CONF_NESSIE_URI - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.uri") for the Nessie service URL.
CONF_NESSIE_USERNAME - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.username") for the user name used for (basic) authentication.
CONFLICT - org.projectnessie.client.http.Status
 
CREATED - org.projectnessie.client.http.Status
 

D

delete() - Method in class org.projectnessie.client.http.HttpRequest
 
DELETE - org.projectnessie.client.http.HttpClient.Method
 

E

EXPECTATION_FAILED - org.projectnessie.client.http.Status
 

F

filter(RequestContext) - Method in class org.projectnessie.client.auth.AwsAuth
 
filter(RequestContext) - Method in class org.projectnessie.client.auth.BasicAuthFilter
 
filter(RequestContext) - Method in interface org.projectnessie.client.http.RequestFilter
 
filter(ResponseContext) - Method in interface org.projectnessie.client.http.ResponseFilter
 
filter(ResponseContext) - Method in class org.projectnessie.client.rest.NessieHttpResponseFilter
 
FORBIDDEN - org.projectnessie.client.http.Status
 
FOUND - org.projectnessie.client.http.Status
 
fromCode(int) - Static method in enum org.projectnessie.client.http.Status
get Status enum from http return code.
fromConfig(Function<String, String>) - Method in class org.projectnessie.client.NessieClient.Builder
Configure this builder instance using a configuration object and standard Nessie configuration keys defined by the constants defined in NessieConfigConstants.
fromSystemProperties() - Method in class org.projectnessie.client.NessieClient.Builder
Same semantics as NessieClient.Builder.fromConfig(Function), uses the system properties.

G

GATEWAY_TIMEOUT - org.projectnessie.client.http.Status
 
get() - Method in class org.projectnessie.client.http.HttpRequest
 
GET - org.projectnessie.client.http.HttpClient.Method
 
getAccept() - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
getBaseUri() - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
getBody() - Method in class org.projectnessie.client.http.RequestContext
 
getCode() - Method in enum org.projectnessie.client.http.Status
 
getCommitLogStream(TreeApi, String, OptionalInt) - Static method in class org.projectnessie.client.StreamingUtil
Default implementation to return a stream of commit-log entries, functionally equivalent to calling TreeApi.getCommitLog(String, Integer, String) with manual paging.
getConfigApi() - Method in interface org.projectnessie.client.NessieClient
 
getConnectionTimeoutMillis() - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
getContentsApi() - Method in interface org.projectnessie.client.NessieClient
 
getEntriesStream(TreeApi, String, OptionalInt, List<String>) - Static method in class org.projectnessie.client.StreamingUtil
Default implementation to return a stream of objects for a ref, functionally equivalent to calling TreeApi.getEntries(String, Integer, String, List) with manual paging.
getError() - Method in exception org.projectnessie.client.rest.NessieServiceException
 
getErrorStream() - Method in interface org.projectnessie.client.http.ResponseContext
 
getHeaders() - Method in class org.projectnessie.client.http.RequestContext
 
getInputStream() - Method in interface org.projectnessie.client.http.ResponseContext
 
getMapper() - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
getMethod() - Method in class org.projectnessie.client.http.RequestContext
 
getReadTimeoutMillis() - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
getReason() - Method in enum org.projectnessie.client.http.Status
 
getResponseCode() - Method in interface org.projectnessie.client.http.ResponseContext
 
getSslContext() - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
getTreeApi() - Method in interface org.projectnessie.client.NessieClient
 
getUri() - Method in class org.projectnessie.client.http.RequestContext
 
GONE - org.projectnessie.client.http.Status
 

H

header(String, String) - Method in class org.projectnessie.client.http.HttpRequest
 
HTTP_VERSION_NOT_SUPPORTED - org.projectnessie.client.http.Status
 
HttpClient - Class in org.projectnessie.client.http
Simple Http client to make REST calls.
HttpClient.HttpClientBuilder - Class in org.projectnessie.client.http
 
HttpClient.Method - Enum in org.projectnessie.client.http
 
HttpClientException - Exception in org.projectnessie.client.http
 
HttpClientException() - Constructor for exception org.projectnessie.client.http.HttpClientException
 
HttpClientException(String) - Constructor for exception org.projectnessie.client.http.HttpClientException
 
HttpClientException(String, Throwable) - Constructor for exception org.projectnessie.client.http.HttpClientException
 
HttpClientException(Throwable) - Constructor for exception org.projectnessie.client.http.HttpClientException
 
HttpClientReadTimeoutException - Exception in org.projectnessie.client.http
Specialization of HttpClientException in the case of a timeout while waiting to read the response.
HttpClientReadTimeoutException() - Constructor for exception org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpClientReadTimeoutException(String) - Constructor for exception org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpClientReadTimeoutException(String, Throwable) - Constructor for exception org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpClientReadTimeoutException(Throwable) - Constructor for exception org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpRequest - Class in org.projectnessie.client.http
Class to hold an ongoing HTTP request and its parameters/filters.
HttpResponse - Class in org.projectnessie.client.http
Simple holder for http response object.
HttpUtils - Class in org.projectnessie.client.http
 

I

INTERNAL_SERVER_ERROR - org.projectnessie.client.http.Status
 

L

LENGTH_REQUIRED - org.projectnessie.client.http.Status
 

M

METHOD_NOT_ALLOWED - org.projectnessie.client.http.Status
 
MOVED_PERMANENTLY - org.projectnessie.client.http.Status
 

N

NessieBackendThrottledException - Exception in org.projectnessie.client.rest
If a backend store refuses to process a request, the condition is signalled to clients via this exception.
NessieBackendThrottledException(NessieError) - Constructor for exception org.projectnessie.client.rest.NessieBackendThrottledException
 
NessieBadRequestException - Exception in org.projectnessie.client.rest
 
NessieBadRequestException(NessieError) - Constructor for exception org.projectnessie.client.rest.NessieBadRequestException
 
NessieClient - Interface in org.projectnessie.client
 
NessieClient.AuthType - Enum in org.projectnessie.client
 
NessieClient.Builder - Class in org.projectnessie.client
Builder to configure a new NessieClient.
NessieConfigConstants - Class in org.projectnessie.client
Configuration constants for Nessie.
NessieForbiddenException - Exception in org.projectnessie.client.rest
 
NessieForbiddenException(NessieError) - Constructor for exception org.projectnessie.client.rest.NessieForbiddenException
 
NessieHttpResponseFilter - Class in org.projectnessie.client.rest
 
NessieHttpResponseFilter(ObjectMapper) - Constructor for class org.projectnessie.client.rest.NessieHttpResponseFilter
 
NessieInternalServerException - Exception in org.projectnessie.client.rest
 
NessieInternalServerException(NessieError) - Constructor for exception org.projectnessie.client.rest.NessieInternalServerException
 
NessieNotAuthorizedException - Exception in org.projectnessie.client.rest
 
NessieNotAuthorizedException(NessieError) - Constructor for exception org.projectnessie.client.rest.NessieNotAuthorizedException
 
NessieServiceException - Exception in org.projectnessie.client.rest
A Nessie REST API runtime exception.
NessieServiceException(NessieError) - Constructor for exception org.projectnessie.client.rest.NessieServiceException
 
NETWORK_AUTHENTICATION_REQUIRED - org.projectnessie.client.http.Status
 
newRequest() - Method in class org.projectnessie.client.http.HttpClient
 
NO_CONTENT - org.projectnessie.client.http.Status
 
NONE - org.projectnessie.client.NessieClient.AuthType
 
NOT_ACCEPTABLE - org.projectnessie.client.http.Status
 
NOT_FOUND - org.projectnessie.client.http.Status
 
NOT_IMPLEMENTED - org.projectnessie.client.http.Status
 
NOT_MODIFIED - org.projectnessie.client.http.Status
 

O

OK - org.projectnessie.client.http.Status
 
org.projectnessie.client - package org.projectnessie.client
 
org.projectnessie.client.auth - package org.projectnessie.client.auth
 
org.projectnessie.client.http - package org.projectnessie.client.http
 
org.projectnessie.client.rest - package org.projectnessie.client.rest
 

P

PARTIAL_CONTENT - org.projectnessie.client.http.Status
 
path(String) - Method in class org.projectnessie.client.http.HttpRequest
 
PAYMENT_REQUIRED - org.projectnessie.client.http.Status
 
post(Object) - Method in class org.projectnessie.client.http.HttpRequest
 
POST - org.projectnessie.client.http.HttpClient.Method
 
PRECONDITION_FAILED - org.projectnessie.client.http.Status
 
PRECONDITION_REQUIRED - org.projectnessie.client.http.Status
 
PROXY_AUTHENTICATION_REQUIRED - org.projectnessie.client.http.Status
 
put(Object) - Method in class org.projectnessie.client.http.HttpRequest
 
PUT - org.projectnessie.client.http.HttpClient.Method
 
putHeader(String, String) - Method in class org.projectnessie.client.http.RequestContext
 

Q

queryParam(String, String) - Method in class org.projectnessie.client.http.HttpRequest
 

R

readEntity(TypeReference<V>) - Method in class org.projectnessie.client.http.HttpResponse
 
readEntity(Class<V>) - Method in class org.projectnessie.client.http.HttpResponse
 
register(RequestFilter) - Method in class org.projectnessie.client.http.HttpClient
Register a request filter.
register(ResponseFilter) - Method in class org.projectnessie.client.http.HttpClient
Register a response filter.
REQUEST_ENTITY_TOO_LARGE - org.projectnessie.client.http.Status
 
REQUEST_HEADER_FIELDS_TOO_LARGE - org.projectnessie.client.http.Status
 
REQUEST_TIMEOUT - org.projectnessie.client.http.Status
 
REQUEST_URI_TOO_LONG - org.projectnessie.client.http.Status
 
RequestContext - Class in org.projectnessie.client.http
Context containing all important info about a request.
RequestContext(Map<String, Set<String>>, URI, HttpClient.Method, Object) - Constructor for class org.projectnessie.client.http.RequestContext
Construct a request context.
REQUESTED_RANGE_NOT_SATISFIABLE - org.projectnessie.client.http.Status
 
RequestFilter - Interface in org.projectnessie.client.http
Filter to be evaluated before making a request.
RESET_CONTENT - org.projectnessie.client.http.Status
 
resolveTemplate(String, String) - Method in class org.projectnessie.client.http.HttpRequest
 
ResponseCheckFilter - Class in org.projectnessie.client.rest
 
ResponseCheckFilter() - Constructor for class org.projectnessie.client.rest.ResponseCheckFilter
 
ResponseContext - Interface in org.projectnessie.client.http
Interface for the important parts of a response.
ResponseFilter - Interface in org.projectnessie.client.http
Filter evaluated post call.

S

SEE_OTHER - org.projectnessie.client.http.Status
 
SERVICE_UNAVAILABLE - org.projectnessie.client.http.Status
 
setAccept(String) - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
setBaseUri(URI) - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
setConnectionTimeoutMillis(int) - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
setObjectMapper(ObjectMapper) - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
setReadTimeoutMillis(int) - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
setSslContext(SSLContext) - Method in class org.projectnessie.client.http.HttpClient.HttpClientBuilder
 
setSslContext(SSLContext) - Method in class org.projectnessie.client.http.HttpRequest
 
Status - Enum in org.projectnessie.client.http
HTTP request status enum.
StreamingUtil - Class in org.projectnessie.client
Helper and utility methods around streaming of TreeApi et al.

T

TEMPORARY_REDIRECT - org.projectnessie.client.http.Status
 
TOO_MANY_REQUESTS - org.projectnessie.client.http.Status
 

U

UNAUTHORIZED - org.projectnessie.client.http.Status
 
UNSUPPORTED_MEDIA_TYPE - org.projectnessie.client.http.Status
 
USE_PROXY - org.projectnessie.client.http.Status
 

V

valueOf(String) - Static method in enum org.projectnessie.client.http.HttpClient.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnessie.client.http.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnessie.client.NessieClient.AuthType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.projectnessie.client.http.HttpClient.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnessie.client.http.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnessie.client.NessieClient.AuthType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAuthType(NessieClient.AuthType) - Method in class org.projectnessie.client.NessieClient.Builder
Set the authentication type.
withConnectionTimeout(int) - Method in class org.projectnessie.client.NessieClient.Builder
Set the connection timeout in milliseconds for this client.
withPassword(String) - Method in class org.projectnessie.client.NessieClient.Builder
Set the password for NessieClient.AuthType.BASIC authentication.
withReadTimeout(int) - Method in class org.projectnessie.client.NessieClient.Builder
Set the read timeout in milliseconds for this client.
withTracing(boolean) - Method in class org.projectnessie.client.NessieClient.Builder
Whether to enable adding the HTTP headers of an active OpenTracing span to all Nessie requests.
withUri(String) - Method in class org.projectnessie.client.NessieClient.Builder
Convenience method for NessieClient.Builder.withUri(URI) taking a string.
withUri(URI) - Method in class org.projectnessie.client.NessieClient.Builder
Set the Nessie server URI.
withUsername(String) - Method in class org.projectnessie.client.NessieClient.Builder
Set the username for NessieClient.AuthType.BASIC authentication.
A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages