类分层结构
- 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.client.base.ClientBaseInitializer
- cn.godmao.netty.client.base.ClientBaseHandler (implements cn.godmao.netty.handler.IChannelHandler)
- io.netty.handler.codec.MessageToMessageDecoder<I>
- cn.godmao.netty.handler.AbstractDecoderHandler<I> (implements cn.godmao.netty.handler.IDecoderHandler)
- cn.godmao.netty.client.base.ClientBaseDecoderHandler
- cn.godmao.netty.handler.AbstractDecoderHandler<I> (implements cn.godmao.netty.handler.IDecoderHandler)
- 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.client.base.ClientBaseEncoderHandler
- 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)