Uses of Interface
com.arangodb.internal.net.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in com.arangodb.http
Classes in com.arangodb.http that implement ConnectionMethods in com.arangodb.http that return ConnectionModifier and TypeMethodDescriptionHttpConnectionFactory.create
(ArangoConfig config, HostDescription host) Methods in com.arangodb.http with parameters of type Connection -
Uses of Connection in com.arangodb.internal.net
Methods in com.arangodb.internal.net that return ConnectionModifier and TypeMethodDescriptionConnectionPool.connection()
ConnectionPoolImpl.connection()
Host.connection()
HostImpl.connection()
ConnectionFactory.create
(ArangoConfig config, HostDescription host) ConnectionPool.createConnection
(HostDescription host) ConnectionPoolImpl.createConnection
(HostDescription host) Methods in com.arangodb.internal.net with parameters of type Connection -
Uses of Connection in com.arangodb.vst
Methods in com.arangodb.vst that return ConnectionModifier and TypeMethodDescriptionVstConnectionFactoryAsync.create
(ArangoConfig config, HostDescription host) Methods in com.arangodb.vst with parameters of type Connection -
Uses of Connection in com.arangodb.vst.internal
Classes in com.arangodb.vst.internal that implement Connection