public class PreV5Handlers
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PreV5Handlers.ExceptionHandler
Pre-V5 exception handler which closes the connection if an
ProtocolException
is thrown |
static class |
PreV5Handlers.LegacyDispatchHandler
Wraps an
Dispatcher so that it can be used as an
channel inbound handler in pre-V5 pipelines. |
static class |
PreV5Handlers.ProtocolDecoder
Simple adaptor to allow
Message.Decoder.decodeMessage(Channel, Envelope)
to be used as a handler in pre-V5 pipelines |
static class |
PreV5Handlers.ProtocolEncoder
Simple adaptor to plug CQL message encoding into pre-V5 pipelines
|
Constructor and Description |
---|
PreV5Handlers() |
Copyright © 2009- The Apache Software Foundation