Class MessageFormatV3
java.lang.Object
org.neo4j.bolt.connection.netty.impl.messaging.v3.MessageFormatV3
- All Implemented Interfaces:
MessageFormat
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.neo4j.bolt.connection.netty.impl.messaging.MessageFormat
MessageFormat.Reader, MessageFormat.Writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewReader(PackInput input, ValueFactory valueFactory) newWriter(PackOutput output, ValueFactory valueFactory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.neo4j.bolt.connection.netty.impl.messaging.MessageFormat
enableDateTimeUtc
-
Constructor Details
-
MessageFormatV3
public MessageFormatV3()
-
-
Method Details
-
newWriter
- Specified by:
newWriterin interfaceMessageFormat
-
newReader
- Specified by:
newReaderin interfaceMessageFormat
-