Class NullMessage

    • Constructor Detail

      • NullMessage

        public NullMessage()
        Deprecated.
    • Method Detail

      • appendFrame

        public void appendFrame​(ByteBuffer framePayload,
                                boolean isLast)
        Deprecated.
        Description copied from interface: MessageAppender
        Append the frame payload to the message.
        Specified by:
        appendFrame in interface MessageAppender
        Parameters:
        framePayload - the frame payload to append.
        isLast - flag indicating if this is the last part of the message or not.
      • messageComplete

        public void messageComplete()
        Deprecated.
        Description copied from interface: MessageAppender
        Notification that message is to be considered complete.

        Any cleanup or final actions should be taken here.

        Specified by:
        messageComplete in interface MessageAppender