类分层结构
- 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.server.base.ServerBaseInitializer (implements cn.godmao.common.Init.Init1<P1>)
- cn.godmao.getty.server.base.WebsocketServerBaseInitializer (implements cn.godmao.common.Init.Init1<P1>)
- io.netty.handler.codec.MessageToMessageDecoder<I>
- cn.godmao.getty.server.base.ServerBaseDecoderHandler (implements cn.godmao.getty.handler.IDecoderHandler, cn.godmao.common.Init.Init1<P1>)
- cn.godmao.getty.server.base.WebsocketServerBaseDecoderHandler (implements cn.godmao.getty.handler.IDecoderHandler, cn.godmao.common.Init.Init1<P1>)
- cn.godmao.getty.server.base.ServerBaseHandler (implements cn.godmao.getty.handler.IChannelHandler, cn.godmao.common.Init.Init1<P1>)
- cn.godmao.getty.server.base.WebsocketServerBaseHandler (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.server.base.ServerBaseEncoderHandler (implements cn.godmao.getty.handler.IEncoderHandler, cn.godmao.common.Init.Init1<P1>)
- cn.godmao.getty.server.base.WebsocketServerBaseEncoderHandler (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.server.base.ServerBaseDecoder (implements cn.godmao.getty.codec.IDecoder<DP,
DR>, cn.godmao.common.Init.Init1<P1>) - cn.godmao.getty.server.base.ServerBaseEncoder (implements cn.godmao.getty.codec.IEncoder<EP,
ER>, cn.godmao.common.Init.Init1<P1>) - cn.godmao.getty.server.base.WebsocketServerBaseDecoder (implements cn.godmao.getty.codec.IDecoder<DP,
DR>, cn.godmao.common.Init.Init1<P1>) - cn.godmao.getty.server.base.WebsocketServerBaseEncoder (implements cn.godmao.getty.codec.IEncoder<EP,
ER>, cn.godmao.common.Init.Init1<P1>)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)