java.lang.Object
org.neo4j.driver.internal.async.DelegatingBoltConnection
- All Implemented Interfaces:
DriverBoltConnection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCompletionStage
<org.neo4j.bolt.connection.AuthInfo> authData()
close()
forceClose
(String reason) org.neo4j.bolt.connection.BoltProtocolVersion
org.neo4j.bolt.connection.BoltServerAddress
boolean
boolean
writeAndFlush
(DriverResponseHandler handler, List<org.neo4j.bolt.connection.message.Message> messages) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
writeAndFlush
-
Field Details
-
delegate
-
-
Constructor Details
-
DelegatingBoltConnection
-
-
Method Details
-
writeAndFlush
public CompletionStage<Void> writeAndFlush(DriverResponseHandler handler, List<org.neo4j.bolt.connection.message.Message> messages) - Specified by:
writeAndFlush
in interfaceDriverBoltConnection
-
write
- Specified by:
write
in interfaceDriverBoltConnection
-
forceClose
- Specified by:
forceClose
in interfaceDriverBoltConnection
-
close
- Specified by:
close
in interfaceDriverBoltConnection
-
authData
- Specified by:
authData
in interfaceDriverBoltConnection
-
serverAgent
- Specified by:
serverAgent
in interfaceDriverBoltConnection
-
serverAddress
public org.neo4j.bolt.connection.BoltServerAddress serverAddress()- Specified by:
serverAddress
in interfaceDriverBoltConnection
-
protocolVersion
public org.neo4j.bolt.connection.BoltProtocolVersion protocolVersion()- Specified by:
protocolVersion
in interfaceDriverBoltConnection
-
telemetrySupported
public boolean telemetrySupported()- Specified by:
telemetrySupported
in interfaceDriverBoltConnection
-
serverSideRoutingEnabled
public boolean serverSideRoutingEnabled()- Specified by:
serverSideRoutingEnabled
in interfaceDriverBoltConnection
-
valueFactory
- Specified by:
valueFactory
in interfaceDriverBoltConnection
-