Uses of Record Class
org.neo4j.bolt.connection.BoltAgent
Packages that use BoltAgent
-
Uses of BoltAgent in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection with parameters of type BoltAgentModifier and TypeMethodDescriptionBoltConnectionProvider.connect(URI uri, String routingContextAddress, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, SecurityPlan securityPlan, AuthToken authToken, BoltProtocolVersion minVersion, NotificationConfig notificationConfig, ImmutableObservation parentObservation) Connects to the givenURIusing the provided parameters and returnsBoltConnectioninstance.