Package org.apache.cassandra.transport
Class PreV5Handlers
java.lang.Object
org.apache.cassandra.transport.PreV5Handlers
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classPre-V5 exception handler which closes the connection if anProtocolExceptionis thrownstatic classWraps anDispatcherso that it can be used as an channel inbound handler in pre-V5 pipelines.static classSimple adaptor to allowMessage.Decoder.decodeMessage(Channel, Envelope)to be used as a handler in pre-V5 pipelinesstatic classSimple adaptor to plug CQL message encoding into pre-V5 pipelines -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PreV5Handlers
public PreV5Handlers()
-