Uses of Interface
nl.andrewl.concord_core.msg.MessageReader
Packages that use MessageReader
Package
Description
Message components which are used by the server and the default client
implementation.
-
Uses of MessageReader in nl.andrewl.concord_core.msg
Fields in nl.andrewl.concord_core.msg declared as MessageReaderModifier and TypeFieldDescriptionprivate final MessageReader<T>
MessageTypeSerializer.reader
The field for thereader
record component.Methods in nl.andrewl.concord_core.msg that return MessageReaderModifier and TypeMethodDescriptionprivate static <T extends Message>
MessageReader<T>MessageTypeSerializer.generateReader
(Constructor<T> constructor) Generates a message reader for the given message constructor method.MessageTypeSerializer.reader()
Returns the value of thereader
record component.Constructors in nl.andrewl.concord_core.msg with parameters of type MessageReaderModifierConstructorDescriptionMessageTypeSerializer
(Class<T> messageClass, Function<T, Integer> byteSizeFunction, MessageReader<T> reader, MessageWriter<T> writer) Creates an instance of aMessageTypeSerializer
record class.