Class HttpConnection

java.lang.Object
com.arangodb.http.HttpConnection
All Implemented Interfaces:
com.arangodb.internal.net.Connection, Closeable, AutoCloseable

public class HttpConnection extends Object implements com.arangodb.internal.net.Connection
Author:
Mark Vollmary, Michele Rastelli
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • release

      public void release()
      Specified by:
      release in interface com.arangodb.internal.net.Connection
    • executeAsync

      public CompletableFuture<com.arangodb.internal.InternalResponse> executeAsync(com.arangodb.internal.InternalRequest request)
      Specified by:
      executeAsync in interface com.arangodb.internal.net.Connection
    • setJwt

      public void setJwt(String jwt)
      Specified by:
      setJwt in interface com.arangodb.internal.net.Connection