类分层结构
- 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.getty.client.base.ClientBaseInitializer (implements cn.godmao.common.Init.Init1<P1>)
- cn.godmao.getty.client.base.WebsocketClientBaseInitializer (implements cn.godmao.common.Init.Init1<P1>)
- cn.godmao.getty.client.base.ClientBaseHandler (implements cn.godmao.getty.handler.IChannelHandler, cn.godmao.common.Init.Init1<P1>)
- io.netty.handler.codec.MessageToMessageDecoder<I>
- cn.godmao.getty.client.base.ClientBaseDecoderHandler (implements cn.godmao.getty.handler.IDecoderHandler, cn.godmao.common.Init.Init1<P1>)
- cn.godmao.getty.client.base.WebsocketClientBaseDecoderHandler (implements cn.godmao.getty.handler.IDecoderHandler, cn.godmao.common.Init.Init1<P1>)
- cn.godmao.getty.client.base.WebsocketClientBaseHandler (implements cn.godmao.getty.handler.IChannelHandler, cn.godmao.common.Init.Init1<P1>)
- io.netty.channel.ChannelInitializer<C>
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToMessageEncoder<I>
- cn.godmao.getty.client.base.ClientBaseEncoderHandler (implements cn.godmao.getty.handler.IEncoderHandler, cn.godmao.common.Init.Init1<P1>)
- cn.godmao.getty.client.base.WebsocketClientBaseEncoderHandler (implements cn.godmao.getty.handler.IEncoderHandler, cn.godmao.common.Init.Init1<P1>)
- io.netty.handler.codec.MessageToMessageEncoder<I>
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- cn.godmao.getty.client.base.ClientBaseDecoder (implements cn.godmao.getty.codec.IDecoder<DP,
DR>, cn.godmao.common.Init.Init1<P1>) - cn.godmao.getty.client.base.ClientBaseEncoder (implements cn.godmao.getty.codec.IEncoder<EP,
ER>, cn.godmao.common.Init.Init1<P1>) - cn.godmao.getty.client.base.WebsocketClientBaseDecoder (implements cn.godmao.getty.codec.IDecoder<DP,
DR>) - cn.godmao.getty.client.base.WebsocketClientBaseEncoder (implements cn.godmao.getty.codec.IEncoder<EP,
ER>)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)