Class FrameDecoder.IntactFrame

java.lang.Object
org.apache.cassandra.net.FrameDecoder.Frame
org.apache.cassandra.net.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.
  • Field Details

  • Method Details

    • consume

      public void consume()