Package | Description |
---|---|
com.arangodb.internal.http | |
com.arangodb.internal.net | |
com.arangodb.internal.util | |
com.arangodb.internal.velocystream | |
com.arangodb.internal.velocystream.internal |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpConnectionFactory.create(HostDescription host) |
HttpConnection.Builder |
HttpConnection.Builder.host(HostDescription host) |
Modifier and Type | Method and Description |
---|---|
HostDescription |
Host.getDescription() |
HostDescription |
HostImpl.getDescription() |
HostDescription |
HostHandle.getHost() |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionFactory.create(HostDescription host) |
Connection |
ConnectionPool.createConnection(HostDescription host) |
Connection |
ConnectionPoolImpl.createConnection(HostDescription host) |
HostHandle |
HostHandle.setHost(HostDescription host) |
Constructor and Description |
---|
ConnectionPoolImpl(HostDescription host,
Integer maxConnections,
ConnectionFactory factory) |
HostImpl(ConnectionPool connectionPool,
HostDescription description) |
Modifier and Type | Method and Description |
---|---|
static HostDescription |
HostUtils.createFromLocation(String location) |
Modifier and Type | Method and Description |
---|---|
static Host |
HostUtils.createHost(HostDescription description,
int maxConnections,
ConnectionFactory factory) |
Modifier and Type | Method and Description |
---|---|
Connection |
VstConnectionFactorySync.create(HostDescription host) |
Constructor and Description |
---|
VstConnectionFactorySync(HostDescription host,
Integer timeout,
Long connectionTtl,
Boolean useSsl,
SSLContext sslContext) |
Modifier and Type | Method and Description |
---|---|
VstConnectionSync.Builder |
VstConnectionSync.Builder.host(HostDescription host) |
Constructor and Description |
---|
VstConnection(HostDescription host,
Integer timeout,
Long ttl,
Boolean useSsl,
SSLContext sslContext,
MessageStore messageStore) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.