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