Package org.apache.cassandra.net
Class FrameDecoder.IntactFrame
java.lang.Object
org.apache.cassandra.net.FrameDecoder.Frame
org.apache.cassandra.net.FrameDecoder.IntactFrame
- Enclosing class:
- FrameDecoder
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 Summary
FieldsFields inherited from class org.apache.cassandra.net.FrameDecoder.Frame
frameSize, isSelfContained -
Method Summary
-
Field Details
-
contents
-
-
Method Details
-
consume
public void consume()
-