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
org.neo4j.driver.internal.messaging.v43.BoltProtocolV43
org.neo4j.driver.internal.messaging.v44.BoltProtocolV44
org.neo4j.driver.internal.messaging.v5.BoltProtocolV5
org.neo4j.driver.internal.messaging.v51.BoltProtocolV51
org.neo4j.driver.internal.messaging.v52.BoltProtocolV52
- All Implemented Interfaces:
BoltProtocol
- Direct Known Subclasses:
BoltProtocolV53
-
Field Summary
Fields inherited from class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
METADATA_EXTRACTOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Neo4jException
verifyNotificationConfigSupported
(org.neo4j.driver.internal.GqlNotificationConfig notificationConfig) version()
Returns the protocol version.Methods inherited from class org.neo4j.driver.internal.messaging.v51.BoltProtocolV51
createMessageFormat, initializeChannel
Methods inherited from class org.neo4j.driver.internal.messaging.v5.BoltProtocolV5
includeDateTimeUtcPatchInHello
Methods inherited from class org.neo4j.driver.internal.messaging.v4.BoltProtocolV4
buildResultCursorFactory, verifyDatabaseNameBeforeTransaction
Methods inherited from class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
beginTransaction, commitTransaction, prepareToCloseChannel, rollbackTransaction, runInAutoCommitTransaction, runInUnmanagedTransaction, telemetry, useLegacyNotifications
-
Field Details
-
VERSION
-
INSTANCE
-
-
Constructor Details
-
BoltProtocolV52
public BoltProtocolV52()
-
-
Method Details
-
verifyNotificationConfigSupported
protected Neo4jException verifyNotificationConfigSupported(org.neo4j.driver.internal.GqlNotificationConfig notificationConfig) - Overrides:
verifyNotificationConfigSupported
in classBoltProtocolV3
-
version
Description copied from interface:BoltProtocol
Returns the protocol version. It can be used for version specific error messages.- Specified by:
version
in interfaceBoltProtocol
- Overrides:
version
in classBoltProtocolV51
- Returns:
- the protocol version.
-