所有程序包的分层结构
程序包分层结构:- cn.hserver.plugin.gateway,
- cn.hserver.plugin.gateway.bean,
- cn.hserver.plugin.gateway.business,
- cn.hserver.plugin.gateway.config,
- cn.hserver.plugin.gateway.enums,
- cn.hserver.plugin.gateway.handler.http4,
- cn.hserver.plugin.gateway.handler.http7,
- cn.hserver.plugin.gateway.handler.tcp,
- cn.hserver.plugin.gateway.protocol,
- cn.hserver.plugin.gateway.ssl
类分层结构
- java.lang.Object
- cn.hserver.plugin.gateway.business.BusinessHttp4 (implements cn.hserver.plugin.gateway.business.Business<T,
U>) - cn.hserver.plugin.gateway.business.BusinessHttp7 (implements cn.hserver.plugin.gateway.business.Business<T,
U>) - cn.hserver.plugin.gateway.business.BusinessTcp (implements cn.hserver.plugin.gateway.business.Business<T,
U>) - io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- cn.hserver.plugin.gateway.handler.tcp.BackendHandler
- cn.hserver.plugin.gateway.handler.tcp.FrontendHandler
- cn.hserver.plugin.gateway.handler.http4.Http4BackendHandler
- cn.hserver.plugin.gateway.handler.http4.Http4FrontendHandler
- cn.hserver.plugin.gateway.handler.http7.Http7BackendHandler
- cn.hserver.plugin.gateway.handler.http7.Http7FrontendHandler
- cn.hserver.plugin.gateway.handler.http7.Http7WebSocketBackendHandler
- cn.hserver.plugin.gateway.handler.http7.Http7WebSocketFrontendHandler
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- cn.hserver.plugin.gateway.protocol.DispatchHttp4GateWay (implements cn.hserver.core.interfaces.ProtocolDispatcherAdapter)
- cn.hserver.plugin.gateway.protocol.DispatchHttp7GateWay (implements cn.hserver.core.interfaces.ProtocolDispatcherSuperAdapter)
- cn.hserver.plugin.gateway.protocol.DispatchTcpGateWay (implements cn.hserver.core.interfaces.ProtocolDispatcherSuperAdapter)
- cn.hserver.plugin.gateway.config.GateWayConfig
- cn.hserver.plugin.gateway.GateWayPlugin (implements cn.hserver.core.interfaces.PluginAdapter)
- cn.hserver.plugin.gateway.bean.Http4Data
- cn.hserver.plugin.gateway.ssl.HttpsMapperSslContextFactory
- javax.net.ssl.TrustManagerFactorySpi
- cn.hserver.plugin.gateway.ssl.HttpsMapperTrustManagerFactory
- cn.hserver.plugin.gateway.business.BusinessHttp4 (implements cn.hserver.plugin.gateway.business.Business<T,
接口分层结构
- cn.hserver.plugin.gateway.business.Business<T,
U>
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.hserver.plugin.gateway.enums.GatewayMode
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)