Class MessageFormatV51
java.lang.Object
org.neo4j.bolt.connection.netty.impl.messaging.v51.MessageFormatV51
- 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
-
MessageFormatV51
public MessageFormatV51()
-
-
Method Details
-
newWriter
- Specified by:
newWriterin interfaceMessageFormat
-
newReader
- Specified by:
newReaderin interfaceMessageFormat
-