Class RestV1Client

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public final class RestV1Client
    extends NessieApiClient
    • Constructor Detail

      • RestV1Client

        public RestV1Client​(HttpClient client)
        Create new HTTP Nessie client. All REST api endpoints are mapped here. This client should support any JAX-RS implementation
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class NessieApiClient