Class HttpCommunication

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

public class HttpCommunication extends com.arangodb.internal.net.Communication
Author:
Mark Vollmary, Michele Rastelli
  • Field Summary

    Fields inherited from class com.arangodb.internal.net.Communication

    hostHandler, serde
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    connect(com.arangodb.internal.net.Connection conn)
     

    Methods inherited from class com.arangodb.internal.net.Communication

    close, executeAsync

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • connect

      protected void connect(com.arangodb.internal.net.Connection conn) throws IOException
      Specified by:
      connect in class com.arangodb.internal.net.Communication
      Throws:
      IOException