Package com.arangodb.http
Class HttpConnectionFactory
java.lang.Object
com.arangodb.http.HttpConnectionFactory
- All Implemented Interfaces:
com.arangodb.internal.net.ConnectionFactory
public class HttpConnectionFactory
extends Object
implements com.arangodb.internal.net.ConnectionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.arangodb.internal.net.Connection
create
(com.arangodb.internal.config.ArangoConfig config, HostDescription host)
-
Constructor Details
-
HttpConnectionFactory
-
-
Method Details
-
create
public com.arangodb.internal.net.Connection create(com.arangodb.internal.config.ArangoConfig config, HostDescription host) - Specified by:
create
in interfacecom.arangodb.internal.net.ConnectionFactory
-