Uses of Class
com.arangodb.Protocol
-
Packages that use Protocol Package Description com.arangodb com.arangodb.config -
-
Uses of Protocol in com.arangodb
Methods in com.arangodb that return Protocol Modifier and Type Method 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.Methods in com.arangodb with parameters of type Protocol Modifier and Type Method Description ArangoDB.Builder
ArangoDB.Builder. protocol(Protocol protocol)
protected com.arangodb.internal.net.ProtocolProvider
ArangoDB.Builder. protocolProvider(Protocol protocol)
-
Uses of Protocol in com.arangodb.config
Methods in com.arangodb.config that return types with arguments of type Protocol Modifier and Type Method Description default Optional<Protocol>
ArangoConfigProperties. getProtocol()
-