类分层结构
- 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>
- cn.ymotel.dactor.action.netty.httpserver.NettyHttpServerHandler (implements org.springframework.context.ApplicationContextAware)
- cn.ymotel.dactor.action.netty.httpserver.HttpServerResponseActor (implements cn.ymotel.dactor.action.Actor<T>)
- cn.ymotel.dactor.action.netty.httpserver.NettyHttpServer