程序包com.alibaba.dubbo.remoting.transport.netty4的分层结构

程序包分层结构:

类分层结构

  • java.lang.
    • com.alibaba.dubbo.remoting.transport.AbstractPeer (implements com.alibaba.dubbo.remoting.ChannelHandler, com.alibaba.dubbo.remoting.Endpoint)
    • 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.alibaba.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer (implements com.alibaba.dubbo.remoting.buffer.ChannelBuffer)
    • com.alibaba.dubbo.remoting.transport.netty4.NettyTransporter (implements com.alibaba.dubbo.remoting.Transporter)