Class FrameDecoder.IntactFrame

  • Enclosing class:
    FrameDecoder

    public static final class FrameDecoder.IntactFrame
    extends FrameDecoder.Frame
    The payload bytes of a complete frame, i.e. a frame stripped of its headers and trailers, with any verification supported by the protocol confirmed. If isSelfContained the payload contains one or more Message, all of which may be parsed entirely from the bytes provided. Otherwise, only a part of exactly one Message is contained in the payload; it can be relied upon that this partial Message will only be delivered in its own unique FrameDecoder.Frame.
    • Method Detail

      • consume

        public void consume()