Class UnsupportedMessageCodec<T extends Message>
java.lang.Object
org.apache.cassandra.transport.messages.UnsupportedMessageCodec<T>
- All Implemented Interfaces:
CBCodec<T>,Message.Codec<T>
Catch-all codec for any unsupported legacy messages.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(io.netty.buffer.ByteBuf body, ProtocolVersion version) voidencode(T t, io.netty.buffer.ByteBuf dest, ProtocolVersion version) intencodedSize(T t, ProtocolVersion version)
-
Field Details
-
instance
-
-
Constructor Details
-
UnsupportedMessageCodec
public UnsupportedMessageCodec()
-
-
Method Details