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 classPreV5Handlers.ExceptionHandlerPre-V5 exception handler which closes the connection if anProtocolExceptionis thrownstatic classPreV5Handlers.LegacyDispatchHandlerWraps anDispatcherso that it can be used as an channel inbound handler in pre-V5 pipelines.static classPreV5Handlers.ProtocolDecoderSimple adaptor to allowMessage.Decoder.decodeMessage(Channel, Envelope)to be used as a handler in pre-V5 pipelinesstatic classPreV5Handlers.ProtocolEncoderSimple adaptor to plug CQL message encoding into pre-V5 pipelines
-
Constructor Summary
Constructors Constructor Description PreV5Handlers()
-