| Package | Description |
|---|---|
| com.arangodb.internal.http | |
| com.arangodb.internal.net | |
| com.arangodb.internal.velocystream | |
| com.arangodb.internal.velocystream.internal |
| Constructor and Description |
|---|
Builder(HostHandler hostHandler,
Protocol protocol) |
HttpConnection(Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
ArangoSerialization util,
HostHandler hostHandler,
Protocol contentType) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelHostHandler |
class |
FallbackHostHandler |
class |
RandomHostHandler |
class |
RoundRobinHostHandler |
| Constructor and Description |
|---|
DelHostHandler(HostHandler hostHandler,
Host host) |
RandomHostHandler(HostResolver resolver,
HostHandler fallback) |
| Constructor and Description |
|---|
Builder(HostHandler hostHandler) |
VstCommunicationSync(HostHandler hostHandler,
Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
ArangoSerialization util,
CollectionCache collectionCache,
Integer chunksize,
Integer maxConnections) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSync.Builder |
ConnectionSync.Builder.hostHandler(HostHandler hostHandler) |
| Constructor and Description |
|---|
VstConnection(HostHandler hostHandler,
Integer timeout,
Boolean useSsl,
SSLContext sslContext,
MessageStore messageStore) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.