public class HttpConnectionFactory extends Object implements ConnectionFactory
| Constructor and Description |
|---|
HttpConnectionFactory(Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
HostnameVerifier hostnameVerifier,
ArangoSerialization util,
Protocol protocol,
Long connectionTtl,
String httpCookieSpec,
org.apache.http.client.HttpRequestRetryHandler httpRequestRetryHandler) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
create(HostDescription host) |
public HttpConnectionFactory(Integer timeout, String user, String password, Boolean useSsl, SSLContext sslContext, HostnameVerifier hostnameVerifier, ArangoSerialization util, Protocol protocol, Long connectionTtl, String httpCookieSpec, org.apache.http.client.HttpRequestRetryHandler httpRequestRetryHandler)
public Connection create(HostDescription host)
create in interface ConnectionFactoryCopyright © 2016–2021 ArangoDB GmbH. All rights reserved.