类分层结构
- 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.channel.ChannelInitializer<C>
- org.caiguoqing.salay.client.ClientHandler
- org.caiguoqing.salay.server.ListenHandler
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToByteEncoder<I>
- org.caiguoqing.salay.client.Client
- org.caiguoqing.salay.pub.Config
- org.caiguoqing.salay.server.Context
- org.caiguoqing.salay.entity.Message (implements java.io.Serializable)
- org.caiguoqing.salay.entity.PublishData
- org.caiguoqing.salay.server.PublishThread (implements java.lang.Runnable)
- org.caiguoqing.salay.server.Server
接口分层结构
Copyright © 2016. All rights reserved.