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
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. IfisSelfContained
the payload contains one or moreMessage
, all of which may be parsed entirely from the bytes provided. Otherwise, only a part of exactly oneMessage
is contained in the payload; it can be relied upon that this partialMessage
will only be delivered in its own uniqueFrameDecoder.Frame
.
-
-
Field Summary
Fields Modifier and Type Field Description ShareableBytes
contents
-
Fields inherited from class org.apache.cassandra.net.FrameDecoder.Frame
frameSize, isSelfContained
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
consume()
-
-
-
Field Detail
-
contents
public final ShareableBytes contents
-
-