Package org.apache.cassandra.transport
Class Envelope.Decompressor
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.handler.codec.MessageToMessageDecoder<Envelope>
-
- org.apache.cassandra.transport.Envelope.Decompressor
-
-
Field Summary
Fields Modifier and Type Field Description static Envelope.Decompressor
instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decode(io.netty.channel.ChannelHandlerContext ctx, Envelope source, java.util.List<java.lang.Object> results)
-
Methods inherited from class io.netty.handler.codec.MessageToMessageDecoder
acceptInboundMessage, channelRead
-
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
-
-
-
-
Field Detail
-
instance
public static Envelope.Decompressor instance
-
-