java.lang.Object
org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
org.neo4j.driver.internal.messaging.v4.BoltProtocolV4
org.neo4j.driver.internal.messaging.v41.BoltProtocolV41
org.neo4j.driver.internal.messaging.v42.BoltProtocolV42
- All Implemented Interfaces:
BoltProtocol
- Direct Known Subclasses:
BoltProtocolV43
Bolt V4.2 is identical to V4.1
-
Field Summary
FieldsFields inherited from class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
METADATA_EXTRACTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.neo4j.driver.internal.messaging.v41.BoltProtocolV41
buildResultCursorFactory, createMessageFormat, verifyDatabaseNameBeforeTransactionMethods inherited from class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
beginTransaction, commitTransaction, includeDateTimeUtcPatchInHello, initializeChannel, prepareToCloseChannel, rollbackTransaction, runInAutoCommitTransaction, runInUnmanagedTransaction, verifyNotificationConfigSupported
-
Field Details
-
VERSION
-
INSTANCE
-
-
Constructor Details
-
BoltProtocolV42
public BoltProtocolV42()
-
-
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 classBoltProtocolV41- Returns:
- the protocol version.
-