类分层结构
- java.lang.Object
- 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.getty.server_websocket.client.base.WebsocketClientBaseHandler (implements cn.godmao.getty.common.handler.IChannelHandler, cn.godmao.common.Init.Init1<P1>)
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToMessageEncoder<I>
- cn.godmao.getty.server_websocket.client.base.WebsocketClientBaseDecoder (implements cn.godmao.getty.common.codec.IDecoder<DP,DR>)
- cn.godmao.getty.server_websocket.client.base.WebsocketClientBaseEncoder (implements cn.godmao.getty.common.codec.IEncoder<EP,ER>)