类分层结构
- java.lang.Object
- 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.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
- com.github.netty.protocol.TcpChannel
Copyright © 2021. All rights reserved.