Modifier and Type | Method and Description |
---|---|
Connection |
VstConnectionFactoryAsync.create(HostDescription host) |
VstConnectionAsync.Builder |
VstConnectionAsync.Builder.host(HostDescription host) |
Constructor and Description |
---|
VstConnectionFactoryAsync(HostDescription host,
Integer timeout,
Long connectionTtl,
Integer keepAliveInterval,
Boolean useSsl,
SSLContext sslContext) |
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() |
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,
Integer keepAliveInterval,
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,
Integer keepAliveInterval,
Boolean useSsl,
SSLContext sslContext,
MessageStore messageStore) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.