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. IfisSelfContainedthe payload contains one or moreMessage, all of which may be parsed entirely from the bytes provided. Otherwise, only a part of exactly oneMessageis contained in the payload; it can be relied upon that this partialMessagewill only be delivered in its own uniqueFrameDecoder.Frame.
-
-
Field Summary
Fields Modifier and Type Field Description ShareableBytescontents-
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 voidconsume()
-
-
-
Field Detail
-
contents
public final ShareableBytes contents
-
-