Module org.neo4j.driver
Class AdaptingDriverBoltConnectionSource
java.lang.Object
org.neo4j.driver.internal.adaptedbolt.AdaptingDriverBoltConnectionSource
- All Implemented Interfaces:
DriverBoltConnectionSource
public class AdaptingDriverBoltConnectionSource
extends Object
implements DriverBoltConnectionSource
-
Constructor Summary
ConstructorsConstructorDescriptionAdaptingDriverBoltConnectionSource
(org.neo4j.bolt.connection.BoltConnectionSource<org.neo4j.bolt.connection.RoutedBoltConnectionParameters> delegate, ErrorMapper errorMapper, BoltValueFactory boltValueFactory, boolean routed) -
Method Summary
Modifier and TypeMethodDescriptionclose()
getConnection
(org.neo4j.bolt.connection.RoutedBoltConnectionParameters parameters)
-
Constructor Details
-
AdaptingDriverBoltConnectionSource
public AdaptingDriverBoltConnectionSource(org.neo4j.bolt.connection.BoltConnectionSource<org.neo4j.bolt.connection.RoutedBoltConnectionParameters> delegate, ErrorMapper errorMapper, BoltValueFactory boltValueFactory, boolean routed)
-
-
Method Details
-
getConnection
public CompletionStage<DriverBoltConnection> getConnection(org.neo4j.bolt.connection.RoutedBoltConnectionParameters parameters) - Specified by:
getConnection
in interfaceDriverBoltConnectionSource
-
verifyConnectivity
- Specified by:
verifyConnectivity
in interfaceDriverBoltConnectionSource
-
supportsMultiDb
- Specified by:
supportsMultiDb
in interfaceDriverBoltConnectionSource
-
supportsSessionAuth
- Specified by:
supportsSessionAuth
in interfaceDriverBoltConnectionSource
-
close
- Specified by:
close
in interfaceDriverBoltConnectionSource
-