类分层结构
- java.lang.Object
- com.rodbate.httpserver.Bootstrap
- 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.ChannelInitializer<C>
- io.netty.channel.SimpleChannelInboundHandler<I>
- 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
- com.rodbate.httpserver.common.ClassReflection
- 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.upload.DiskFileItem (implements com.rodbate.httpserver.upload.FileItem)
- com.rodbate.httpserver.upload.DiskFileItemFactory (implements com.rodbate.httpserver.upload.FileItemFactory)
- com.rodbate.httpserver.upload.FileDeleteListener
- com.rodbate.httpserver.http.FileHandler
- com.rodbate.httpserver.common.HeaderNameValue
- com.rodbate.httpserver.common.IOUtils
- com.rodbate.httpserver.upload.MultipartFileParser
- com.rodbate.httpserver.common.NetUtil
- java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
- com.rodbate.httpserver.common.RequestMappers
- com.rodbate.httpserver.common.RequestMeta
- com.rodbate.httpserver.test.RequestTest
- com.rodbate.httpserver.common.ServerConfig
- com.rodbate.httpserver.common.ServerConstants
- com.rodbate.httpserver.test.SimpleDownloadClient
- com.rodbate.httpserver.test.SimpleUploadClient
- com.rodbate.httpserver.common.StringUtil
- com.rodbate.httpserver.test.T
- com.rodbate.httpserver.test.Test
- com.rodbate.httpserver.Version
接口分层结构
注释类型分层结构
- com.rodbate.httpserver.annotations.RequestMapping (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)