Uses of Interface
com.arangodb.config.ProtocolConfig
-
Packages that use ProtocolConfig Package Description com.arangodb com.arangodb.http -
-
Uses of ProtocolConfig in com.arangodb
Methods in com.arangodb with parameters of type ProtocolConfig Modifier and Type Method Description ArangoDB.Builder
ArangoDB.Builder. protocolConfig(ProtocolConfig protocolConfig)
Configuration specific forProtocolProvider
. -
Uses of ProtocolConfig in com.arangodb.http
Classes in com.arangodb.http that implement ProtocolConfig Modifier and Type Class Description class
HttpProtocolConfig
Methods in com.arangodb.http with parameters of type ProtocolConfig Modifier and Type Method Description com.arangodb.internal.net.ConnectionFactory
HttpProtocolProvider. createConnectionFactory(ProtocolConfig config)
-