Package org.apache.cassandra.net
Class FrameEncoderCrc
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
org.apache.cassandra.net.FrameEncoder
org.apache.cassandra.net.FrameEncoderCrc
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelOutboundHandler
Please see
FrameDecoderCrc for description of the framing produced by this encoder.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cassandra.net.FrameEncoder
FrameEncoder.Payload, FrameEncoder.PayloadAllocatorNested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Field Summary
FieldsFields inherited from class org.apache.cassandra.net.FrameEncoder
bufferPool -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.net.FrameEncoder
writeMethods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, readMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
exceptionCaught, handlerAdded, handlerRemoved
-
Field Details
-
HEADER_AND_TRAILER_LENGTH
public static final int HEADER_AND_TRAILER_LENGTH- See Also:
-
instance
-
-
Constructor Details
-
FrameEncoderCrc
public FrameEncoderCrc()
-
-
Method Details
-
allocator
- Overrides:
allocatorin classFrameEncoder
-