Package com.arangodb.http
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
connect(com.arangodb.internal.net.Connection conn)
-
-
-
Method Detail
-
connect
protected void connect(com.arangodb.internal.net.Connection conn) throws IOException
- Specified by:
connect
in classcom.arangodb.internal.net.Communication
- Throws:
IOException
-
-