Module org.neo4j.driver
Class MessageFormatV44
java.lang.Object
org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.MessageFormatV44
- All Implemented Interfaces:
MessageFormat
Bolt message format v4.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.neo4j.driver.internal.bolt.basicimpl.messaging.MessageFormat
MessageFormat.Reader, MessageFormat.Writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnables datetime in UTC if supported by the given message format.newWriter(PackOutput output)
-
Constructor Details
-
MessageFormatV44
public MessageFormatV44()
-
-
Method Details
-
newWriter
- Specified by:
newWriterin interfaceMessageFormat
-
newReader
- Specified by:
newReaderin interfaceMessageFormat
-
enableDateTimeUtc
public void enableDateTimeUtc()Description copied from interface:MessageFormatEnables datetime in UTC if supported by the given message format. This is only for use with formats that support multiple modes.This only takes effect on subsequent writer and reader creation via
MessageFormat.newWriter(PackOutput)andMessageFormat.newReader(PackInput).- Specified by:
enableDateTimeUtcin interfaceMessageFormat
-