类分层结构
- java.lang.Object
- cn.godmao.netty.handler.AbstractFilterHandler (implements cn.godmao.netty.handler.IFilterHandler)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.handler.codec.MessageToMessageDecoder<I>
- cn.godmao.netty.handler.AbstractDecoderHandler<I> (implements cn.godmao.netty.handler.IDecoderHandler)
- io.netty.handler.codec.MessageToMessageDecoder<I>
- 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)
- io.netty.handler.codec.MessageToMessageEncoder<I>
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
接口分层结构
- io.netty.channel.ChannelHandler
- cn.godmao.netty.handler.IChannelHandler
- cn.godmao.netty.handler.IDecoderHandler
- cn.godmao.netty.handler.IEncoderHandler
- cn.godmao.netty.handler.IFilterHandler
- cn.godmao.netty.handler.IChannelHandler
- cn.godmao.netty.handler.IConnect