类分层结构
- java.lang.Object
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- info.xiancloud.nettyhttpserver.http.handler.inbound.BusinessHandler
- info.xiancloud.nettyhttpserver.http.handler.inbound.DefaultExceptionHandler
- io.netty.handler.codec.MessageToMessageDecoder<I>
- info.xiancloud.nettyhttpserver.http.handler.inbound.ReqReceived
- io.netty.channel.SimpleChannelInboundHandler<I>
- info.xiancloud.nettyhttpserver.http.handler.inbound.ReqSubmitted