所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractSet<E> (implements java.util.Set<E>)
- cn.godmao.netty.channel.DefaultChannelGroup (implements io.netty.channel.group.ChannelGroup)
- cn.godmao.netty.ChannelService
- cn.godmao.netty.channel.DefaultChannelGroup (implements io.netty.channel.group.ChannelGroup)
- java.util.AbstractSet<E> (implements java.util.Set<E>)
- io.netty.util.concurrent.AbstractEventExecutorGroup (implements io.netty.util.concurrent.EventExecutorGroup)
- io.netty.util.concurrent.MultithreadEventExecutorGroup
- cn.godmao.netty.ExecutorService (implements cn.godmao.executor.IExecutorService<E>, cn.godmao.core.ISchedule<S>)
- io.netty.util.concurrent.MultithreadEventExecutorGroup
- cn.godmao.netty.handler.AbstractFilterHandler (implements cn.godmao.netty.handler.IFilterHandler)
- cn.godmao.netty.example.AirServer (implements cn.godmao.netty.handler.IConnect)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelInitializer<C>
- cn.godmao.netty.client.base.ClientBaseInitializer
- cn.godmao.netty.server.base.ServerBaseInitializer
- cn.godmao.netty.client.base.WebsocketClientBaseInitializer
- cn.godmao.netty.server.base.WebsocketServerBaseInitializer
- cn.godmao.netty.client.base.ClientBaseHandler (implements cn.godmao.netty.handler.IChannelHandler)
- io.netty.handler.codec.MessageToMessageDecoder<I>
- cn.godmao.netty.handler.AbstractDecoderHandler<I> (implements cn.godmao.netty.handler.IDecoderHandler)
- cn.godmao.netty.client.base.ClientBaseDecoderHandler
- cn.godmao.netty.server.base.ServerBaseDecoderHandler
- cn.godmao.netty.server.base.WebsocketServerBaseDecoderHandler
- cn.godmao.netty.handler.AbstractDecoderHandler<I> (implements cn.godmao.netty.handler.IDecoderHandler)
- cn.godmao.netty.server.base.ServerBaseHandler (implements cn.godmao.netty.handler.IChannelHandler)
- cn.godmao.netty.server.base.WebsocketServerBaseHandler (implements cn.godmao.netty.handler.IChannelHandler)
- io.netty.channel.ChannelInitializer<C>
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToMessageEncoder<I>
- cn.godmao.netty.handler.AbstractEncoderHandler<I> (implements cn.godmao.netty.handler.IEncoderHandler)
- cn.godmao.netty.client.base.ClientBaseEncoderHandler
- cn.godmao.netty.server.base.ServerBaseEncoderHandler
- cn.godmao.netty.server.base.WebsocketServerBaseEncoderHandler
- cn.godmao.netty.handler.AbstractEncoderHandler<I> (implements cn.godmao.netty.handler.IEncoderHandler)
- io.netty.handler.codec.MessageToMessageEncoder<I>
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- cn.godmao.netty.client.DefaultClient (implements cn.godmao.netty.handler.IConnect, cn.godmao.netty.handler.IConnectHandler)
- cn.godmao.netty.client.AbstractClient (implements cn.godmao.netty.handler.IConnectHandler)
- cn.godmao.netty.example.Client
- cn.godmao.netty.client.AbstractClient (implements cn.godmao.netty.handler.IConnectHandler)
- cn.godmao.netty.codec.DefaultDecoder (implements cn.godmao.netty.codec.IDecoder<DP,
DR>) - cn.godmao.netty.codec.DefaultEncoder (implements cn.godmao.netty.codec.IEncoder<EP,
ER>) - cn.godmao.netty.server.DefaultServer (implements cn.godmao.netty.handler.IConnect, cn.godmao.netty.handler.IConnectHandler)
- cn.godmao.netty.server.AbstractServer (implements cn.godmao.netty.handler.IConnectHandler)
- cn.godmao.netty.example.Server
- cn.godmao.netty.server.AbstractServer (implements cn.godmao.netty.handler.IConnectHandler)
- cn.godmao.netty.NettyUtil
- cn.godmao.netty.example.QpsTrack
- cn.godmao.netty.example.Tool
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
接口分层结构
- io.netty.channel.ChannelHandler
- cn.godmao.netty.handler.IChannelHandler
- cn.godmao.netty.handler.IDecoderHandler
- cn.godmao.netty.handler.IEncoderHandler
- cn.godmao.netty.handler.IFilterHandler
- cn.godmao.netty.handler.IChannelHandler
- cn.godmao.netty.handler.IConnect
- cn.godmao.netty.handler.IConnectHandler
- cn.godmao.netty.codec.IDecoder<DP,
DR> - cn.godmao.netty.codec.IEncoder<EP,
ER>
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.godmao.netty.NTP
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)