类分层结构
- java.lang.Object
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelInitializer<C>
- cn.godmao.netty.server.base.ServerBaseInitializer
- io.netty.handler.codec.MessageToMessageDecoder<I>
- cn.godmao.netty.handler.AbstractDecoderHandler<I> (implements cn.godmao.netty.handler.IDecoderHandler)
- cn.godmao.netty.server.base.ServerBaseDecoderHandler
- cn.godmao.netty.handler.AbstractDecoderHandler<I> (implements cn.godmao.netty.handler.IDecoderHandler)
- cn.godmao.netty.server.base.ServerBaseHandler (implements cn.godmao.netty.handler.IChannelHandler)
- io.netty.channel.ChannelInitializer<C>
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToMessageEncoder<I>
- cn.godmao.netty.handler.AbstractEncoderHandler<I> (implements cn.godmao.netty.handler.IEncoderHandler)
- cn.godmao.netty.server.base.ServerBaseEncoderHandler
- cn.godmao.netty.handler.AbstractEncoderHandler<I> (implements cn.godmao.netty.handler.IEncoderHandler)
- io.netty.handler.codec.MessageToMessageEncoder<I>
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)