Package org.projectnessie.client.rest.v1
Class RestV1Client
java.lang.Object
org.projectnessie.client.rest.v1.NessieApiClient
org.projectnessie.client.rest.v1.RestV1Client
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projectnessie.client.rest.v1.NessieApiClient
getConfigApi, getContentApi, getDiffApi, getNamespaceApi, getTreeApi
-
Constructor Details
-
RestV1Client
Create new HTTP Nessie client. All REST api endpoints are mapped here. This client should support any JAX-RS implementation
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classNessieApiClient
-
httpClient
- Overrides:
httpClientin classNessieApiClient
-