Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.internal.http |
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(VstCommunicationSync.Builder vstBuilder,
HttpCommunication.Builder httpBuilder,
ArangoSerialization util,
CollectionCache collectionCache,
Protocol protocol,
HostResolver hostResolver) |
Modifier and Type | Field and Description |
---|---|
static Protocol |
ArangoDBConstants.DEFAULT_NETWORK_PROTOCOL |
Modifier and Type | Method and Description |
---|---|
protected static Protocol |
InternalArangoDB.loadProtocol(Properties properties,
Protocol currentValue) |
Modifier and Type | Method and Description |
---|---|
protected static Protocol |
InternalArangoDB.loadProtocol(Properties properties,
Protocol currentValue) |
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) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.