Package | Description |
---|---|
org.apache.cassandra.net | |
org.apache.cassandra.transport |
Modifier and Type | Class and Description |
---|---|
static class |
FrameDecoder.CorruptFrame
A corrupted frame was encountered; this represents the knowledge we have about this frame,
and whether or not the stream is recoverable.
|
static class |
FrameDecoder.IntactFrame
The payload bytes of a complete frame, i.e.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractMessageHandler.process(FrameDecoder.Frame frame) |
boolean |
FrameDecoder.FrameProcessor.process(FrameDecoder.Frame frame)
Frame processor that the frames should be handed off to.
|
protected boolean |
AbstractMessageHandler.processSubsequentFrameOfLargeMessage(FrameDecoder.Frame frame) |
boolean |
AbstractMessageHandler.LargeMessage.supply(FrameDecoder.Frame frame)
Return true if this was the last frame of the large message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CQLMessageHandler.process(FrameDecoder.Frame frame) |
Copyright © 2009-2022 The Apache Software Foundation