Uses of Interface
org.neo4j.bolt.connection.BoltConnection
Packages that use BoltConnection
-
Uses of BoltConnection in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection that return types with arguments of type BoltConnectionModifier and TypeMethodDescriptionBoltConnectionProvider.connect(URI uri, String routingContextAddress, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, long initialisationTimeoutMillis, SecurityPlan securityPlan, AuthToken authToken, BoltProtocolVersion minVersion, NotificationConfig notificationConfig, ImmutableObservation parentObservation) Connects to the givenURIusing the provided parameters and returnsBoltConnectioninstance.BoltConnectionSource.getConnection()GetsBoltConnectionfrom the source.BoltConnectionSource.getConnection(T parameters) GetsBoltConnectionfrom the source using the providedBoltConnectionParameters.