类分层结构
- java.lang.Object
- com.github.netty.core.AbstractNettyClient
- com.github.netty.core.AbstractNettyServer (implements java.lang.Runnable)
- com.github.netty.core.AbstractProtocol (implements com.github.netty.core.ProtocolHandler, com.github.netty.core.ServerListener)
- 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.LengthFieldBasedFrameDecoder
- io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToByteEncoder<I>
- com.github.netty.core.Packet (implements io.netty.util.ReferenceCounted)
接口分层结构
Copyright © 2021. All rights reserved.