Class Hierarchy
- java.lang.Object
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.handler.codec.ByteToMessageDecoder
- io.netty.handler.codec.LengthFieldBasedFrameDecoder
- io.netty.handler.codec.marshalling.MarshallingDecoder
- io.netty.handler.codec.ReplayingDecoder<S>
- io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- io.netty.handler.codec.LengthFieldBasedFrameDecoder
- io.netty.handler.codec.ByteToMessageDecoder
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToByteEncoder<I>
- io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
- io.netty.handler.codec.marshalling.MarshallingEncoder
- io.netty.handler.codec.MessageToByteEncoder<I>
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.handler.codec.marshalling.DefaultMarshallerProvider (implements io.netty.handler.codec.marshalling.MarshallerProvider)
- io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider (implements io.netty.handler.codec.marshalling.UnmarshallerProvider)
- io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
- io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider (implements io.netty.handler.codec.marshalling.MarshallerProvider)
- io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider (implements io.netty.handler.codec.marshalling.UnmarshallerProvider)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
Interface Hierarchy
- io.netty.handler.codec.marshalling.MarshallerProvider
- io.netty.handler.codec.marshalling.UnmarshallerProvider