类分层结构
- java.lang.Object
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.SimpleChannelInboundHandler<I>
- com.sh.handler.HttpRequestHandler
- io.netty.channel.SimpleChannelInboundHandler<I>
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- com.sh.handler.HttpFileRequest
- com.sh.handler.HttpZipRequest
- com.sh.handler.HttpSyncRequest
- com.sh.handler.RequestParser
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)