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, ConnectionPool pool) 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 TypeMethodDescriptionConnectionFactory.create
(ArangoConfig config, HostDescription host, ConnectionPool pool) ConnectionPool.createConnection()
ConnectionPoolImpl.createConnection()
Methods in com.arangodb.internal.net that return types with arguments of type ConnectionModifier and TypeMethodDescriptionConnectionPool.connection()
ConnectionPoolImpl.connection()
Host.connection()
HostImpl.connection()
Methods in com.arangodb.internal.net with parameters of type ConnectionModifier and TypeMethodDescriptionprotected abstract void
Communication.connect
(Connection conn) void
ConnectionPool.release
(Connection connection) void
ConnectionPoolImpl.release
(Connection connection) -
Uses of Connection in com.arangodb.vst
Methods in com.arangodb.vst that return ConnectionModifier and TypeMethodDescriptionVstConnectionFactoryAsync.create
(ArangoConfig config, HostDescription host, ConnectionPool pool) 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