所有程序包的分层结构
程序包分层结构:- xyz.xiezc.ioc.starter.starter,
- xyz.xiezc.ioc.starter.starter.web,
- xyz.xiezc.ioc.starter.starter.web.annotation,
- xyz.xiezc.ioc.starter.starter.web.annotation.handler,
- xyz.xiezc.ioc.starter.starter.web.common,
- xyz.xiezc.ioc.starter.starter.web.converter,
- xyz.xiezc.ioc.starter.starter.web.entity,
- xyz.xiezc.ioc.starter.starter.web.listener,
- xyz.xiezc.ioc.starter.starter.web.netty,
- xyz.xiezc.ioc.starter.starter.web.netty.controller,
- xyz.xiezc.ioc.starter.starter.web.netty.file,
- xyz.xiezc.ioc.starter.starter.web.netty.snoop,
- xyz.xiezc.ioc.starter.starter.web.netty.websocket,
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.benchmarkserver,
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.client,
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.server
类分层结构
- java.lang.Object
- xyz.xiezc.ioc.starter.common.definition.AnnotationOrder (implements java.lang.Comparable<T>)
- xyz.xiezc.ioc.starter.annotation.AnnotationHandler<T>
- xyz.xiezc.ioc.starter.starter.web.annotation.handler.GetMappingAnnotationHandler
- xyz.xiezc.ioc.starter.starter.web.annotation.handler.PostMappingAnnotationHandler
- xyz.xiezc.ioc.starter.starter.web.annotation.handler.WebSocketControllerAnnotationHandler
- xyz.xiezc.ioc.starter.annotation.AnnotationHandler<T>
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelInitializer<C>
- xyz.xiezc.ioc.starter.starter.web.netty.snoop.HttpSnoopClientInitializer
- xyz.xiezc.ioc.starter.starter.web.netty.snoop.HttpSnoopServerInitializer
- xyz.xiezc.ioc.starter.starter.web.netty.NettyWebServerInitializer
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.benchmarkserver.WebSocketServerInitializer
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.server.WebSocketServerInitializer
- io.netty.channel.SimpleChannelInboundHandler<I>
- xyz.xiezc.ioc.starter.starter.web.netty.controller.HttpServerHandler
- xyz.xiezc.ioc.starter.starter.web.netty.snoop.HttpSnoopClientHandler
- xyz.xiezc.ioc.starter.starter.web.netty.snoop.HttpSnoopServerHandler
- xyz.xiezc.ioc.starter.starter.web.netty.file.HttpStaticFileServerHandler
- xyz.xiezc.ioc.starter.starter.web.netty.ParseRequestHandler
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.client.WebSocketClientHandler
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.server.WebSocketFrameHandler
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.server.WebSocketIndexPageHandler
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.benchmarkserver.WebSocketServerHandler
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.WebSocketServerHandler
- io.netty.channel.ChannelInitializer<C>
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- xyz.xiezc.ioc.starter.starter.web.DispatcherHandler
- xyz.xiezc.ioc.starter.starter.web.entity.FileItem
- xyz.xiezc.ioc.starter.starter.web.entity.HttpRequest
- xyz.xiezc.ioc.starter.starter.web.netty.snoop.HttpSnoopClient
- xyz.xiezc.ioc.starter.starter.web.netty.snoop.HttpSnoopServer
- xyz.xiezc.ioc.starter.starter.web.converter.JsonHttpMessageConverter (implements xyz.xiezc.ioc.starter.starter.web.converter.HttpMessageConverter)
- xyz.xiezc.ioc.starter.starter.web.converter.MultipartFormHttpMessageConverter (implements xyz.xiezc.ioc.starter.starter.web.converter.HttpMessageConverter)
- xyz.xiezc.ioc.starter.starter.web.common.ProgressiveFutureListener (implements io.netty.channel.ChannelProgressiveFutureListener)
- xyz.xiezc.ioc.starter.starter.web.converter.QueryStrHttpMessageConverter (implements xyz.xiezc.ioc.starter.starter.web.converter.HttpMessageConverter)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- xyz.xiezc.ioc.starter.starter.web.common.XWebException
- java.lang.RuntimeException
- java.lang.Exception
- xyz.xiezc.ioc.starter.starter.web.converter.UrlencodedFormHttpMessageConverter (implements xyz.xiezc.ioc.starter.starter.web.converter.HttpMessageConverter)
- xyz.xiezc.ioc.starter.starter.WebConfiguration (implements xyz.xiezc.ioc.starter.starter.web.WebServerBootstrap)
- xyz.xiezc.ioc.starter.starter.web.entity.WebContext
- xyz.xiezc.ioc.starter.starter.web.listener.WebServerListener (implements xyz.xiezc.ioc.starter.event.ApplicationListener)
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.client.WebSocketClient
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.benchmarkserver.WebSocketServer
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.server.WebSocketServer
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.benchmarkserver.WebSocketServerBenchmarkPage
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.server.WebSocketServerIndexPage
- xyz.xiezc.ioc.starter.starter.web.common.XWebProperties
- xyz.xiezc.ioc.starter.starter.web.common.XWebUtil
- xyz.xiezc.ioc.starter.common.definition.AnnotationOrder (implements java.lang.Comparable<T>)
接口分层结构
- xyz.xiezc.ioc.starter.starter.web.converter.HttpMessageConverter
- xyz.xiezc.ioc.starter.starter.web.common.MimeType
- xyz.xiezc.ioc.starter.starter.web.WebServerBootstrap
- xyz.xiezc.ioc.starter.starter.web.netty.websocket.WebSocketFrameHandler
注释类型分层结构
- xyz.xiezc.ioc.starter.starter.web.annotation.Controller (implements java.lang.annotation.Annotation)
- xyz.xiezc.ioc.starter.starter.web.annotation.GetMapping (implements java.lang.annotation.Annotation)
- xyz.xiezc.ioc.starter.starter.web.annotation.PostMapping (implements java.lang.annotation.Annotation)
- xyz.xiezc.ioc.starter.starter.web.annotation.RequestBody (implements java.lang.annotation.Annotation)
- xyz.xiezc.ioc.starter.starter.web.annotation.WebSockerController (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- xyz.xiezc.ioc.starter.starter.web.common.ContentType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)