Uses of Class
org.apache.cassandra.net.FrameDecoder.CorruptFrame
-
Packages that use FrameDecoder.CorruptFrame Package Description org.apache.cassandra.net org.apache.cassandra.transport -
-
Uses of FrameDecoder.CorruptFrame in org.apache.cassandra.net
Methods in org.apache.cassandra.net with parameters of type FrameDecoder.CorruptFrame Modifier and Type Method Description protected abstract void
AbstractMessageHandler. processCorruptFrame(FrameDecoder.CorruptFrame frame)
protected void
InboundMessageHandler. processCorruptFrame(FrameDecoder.CorruptFrame frame)
-
Uses of FrameDecoder.CorruptFrame in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport with parameters of type FrameDecoder.CorruptFrame Modifier and Type Method Description protected void
CQLMessageHandler. processCorruptFrame(FrameDecoder.CorruptFrame frame)
-