Package | Description |
---|---|
com.arangodb | |
com.arangodb.config | |
com.arangodb.internal |
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) |
Modifier and Type | Method and Description |
---|---|
default Optional<Protocol> |
ArangoConfigProperties.getProtocol() |
Modifier and Type | Field and Description |
---|---|
static Protocol |
ArangoDefaults.DEFAULT_PROTOCOL |
protected Protocol |
InternalArangoDBBuilder.protocol |
Constructor and Description |
---|
ArangoDBImpl(com.arangodb.internal.velocystream.VstCommunicationSync.Builder vstBuilder,
com.arangodb.internal.http.HttpCommunication.Builder httpBuilder,
com.arangodb.internal.serde.InternalSerde util,
Protocol protocol,
com.arangodb.internal.net.HostResolver hostResolver,
com.arangodb.internal.net.HostHandler hostHandler,
int responseQueueTimeSamples,
int timeoutMs) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.