类分层结构
- 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.json.JsonObjectDecoder
- xin.alum.aio.coder.JsonDecoder
- xin.alum.aio.coder.LengthDecoder
- xin.alum.aio.coder.TagDecoder
- io.netty.handler.codec.json.JsonObjectDecoder
- io.netty.handler.codec.MessageToMessageDecoder<I>
- io.netty.handler.codec.protobuf.ProtobufDecoder
- xin.alum.aio.coder.LoginDecoder
- xin.alum.aio.coder.ProtoDecoder
- io.netty.handler.codec.string.StringDecoder
- xin.alum.aio.coder.TextDecoder
- io.netty.handler.codec.protobuf.ProtobufDecoder
- io.netty.handler.codec.ByteToMessageDecoder
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToMessageEncoder<I>
- xin.alum.aio.coder.SocksEncoder
- xin.alum.aio.coder.WebEncoder
- io.netty.handler.codec.MessageToMessageEncoder<I>
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)