| Package | Description |
|---|---|
| com.arangodb |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArangoDB.Builder |
ArangoDB.Builder.useProtocol(Protocol protocol) |
| Constructor and Description |
|---|
ArangoDB(com.arangodb.internal.velocystream.VstCommunicationSync.Builder vstBuilder,
com.arangodb.internal.http.HttpCommunication.Builder httpBuilder,
ArangoSerialization util,
com.arangodb.internal.CollectionCache collectionCache,
Protocol protocol,
com.arangodb.internal.net.HostResolver hostResolver) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.