类分层结构
- 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
- io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.channel.ChannelInitializer<C>
- 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
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- info.xiancloud.nettyhttpserver.http.Config
- info.xiancloud.nettyhttpserver.http.handler.outbound.NettyHttpResponseListener (implements info.xiancloud.gateway.server.IServerResponder)
- info.xiancloud.nettyhttpserver.NettyServer
- info.xiancloud.nettyhttpserver.http.trace.OuterMsgId
- info.xiancloud.nettyhttpserver.http.bean.ReqQueue
- info.xiancloud.nettyhttpserver.http.bean.Request
- info.xiancloud.nettyhttpserver.http.bean.ResponseWrapper
- info.xiancloud.nettyhttpserver.StartNettyServer (implements info.xiancloud.core.init.IStartService)
- info.xiancloud.nettyhttpserver.StopNettyServer (implements info.xiancloud.core.init.shutdown.ShutdownHook)
- java.lang.Throwable (implements java.io.Serializable)