Package org.apache.cassandra.transport
Class PreV5Handlers
- java.lang.Object
-
- org.apache.cassandra.transport.PreV5Handlers
-
public class PreV5Handlers extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PreV5Handlers.ExceptionHandler
Pre-V5 exception handler which closes the connection if anProtocolException
is thrownstatic class
PreV5Handlers.LegacyDispatchHandler
Wraps anDispatcher
so that it can be used as an channel inbound handler in pre-V5 pipelines.static class
PreV5Handlers.ProtocolDecoder
Simple adaptor to allowMessage.Decoder.decodeMessage(Channel, Envelope)
to be used as a handler in pre-V5 pipelinesstatic class
PreV5Handlers.ProtocolEncoder
Simple adaptor to plug CQL message encoding into pre-V5 pipelines
-
Constructor Summary
Constructors Constructor Description PreV5Handlers()
-