Package org.apache.cassandra.transport
Class Envelope.Compressor
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelOutboundHandlerAdapter
-
- io.netty.handler.codec.MessageToMessageEncoder<Envelope>
-
- org.apache.cassandra.transport.Envelope.Compressor
-
-
Field Summary
Fields Modifier and Type Field Description static Envelope.Compressor
instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
encode(io.netty.channel.ChannelHandlerContext ctx, Envelope source, java.util.List<java.lang.Object> results)
-
Methods inherited from class io.netty.handler.codec.MessageToMessageEncoder
acceptOutboundMessage, write
-
Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, read
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
-
-
-
-
Field Detail
-
instance
public static Envelope.Compressor instance
-
-