Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal.http |
Modifier and Type | Field and Description |
---|---|
protected Protocol |
ArangoDB.Builder.protocol |
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 |
---|---|
HttpConnection.Builder |
HttpConnection.Builder.contentType(Protocol contentType) |
Constructor and Description |
---|
HttpConnectionFactory(Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
ArangoSerialization util,
Protocol protocol,
Long connectionTtl,
String httpCookieSpec) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.