Module org.neo4j.driver
Class BoltProtocolV41
java.lang.Object
org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.BoltProtocolV4
org.neo4j.driver.internal.bolt.basicimpl.messaging.v41.BoltProtocolV41
- All Implemented Interfaces:
BoltProtocol
- Direct Known Subclasses:
BoltProtocolV42
-
Nested Class Summary
Nested classes/interfaces inherited from class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
BoltProtocolV3.Query -
Field Summary
FieldsFields inherited from class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
METADATA_EXTRACTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.BoltProtocolV4
createMessageFormat, pull, route, verifyDatabaseNameBeforeTransactionMethods inherited from class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
beginTransaction, commitTransaction, discard, includeDateTimeUtcPatchInHello, initializeChannel, reset, rollbackTransaction, run, runAuto, telemetry, useLegacyNotifications, verifyNotificationConfigSupportedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
logoff, logon
-
Field Details
-
VERSION
-
INSTANCE
-
-
Constructor Details
-
BoltProtocolV41
public BoltProtocolV41()
-
-
Method Details
-
version
Description copied from interface:BoltProtocolReturns the protocol version. It can be used for version specific error messages.- Specified by:
versionin interfaceBoltProtocol- Overrides:
versionin classBoltProtocolV4- Returns:
- the protocol version.
-