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