类分层结构
- 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.ByteToMessageDecoder
- io.netty.handler.codec.http.HttpObjectDecoder
- io.netty.handler.codec.http.HttpRequestDecoder
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToMessageEncoder<I>
- io.netty.handler.codec.http.HttpObjectEncoder<H>
- io.netty.handler.codec.http.HttpResponseEncoder
- io.netty.handler.codec.http.DefaultHttpObject (implements io.netty.handler.codec.http.HttpObject)
- io.netty.handler.codec.http.DefaultHttpMessage (implements io.netty.handler.codec.http.HttpMessage)
- io.netty.handler.codec.http.DefaultHttpRequest (implements io.netty.handler.codec.http.HttpRequest)
- io.netty.handler.codec.http.DefaultHttpResponse (implements io.netty.handler.codec.http.HttpResponse)
- com.rodbate.httpserver.http.FileHandler
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)