程序包org.apache.dubbo.remoting.p2p的分层结构

程序包分层结构:

类分层结构

接口分层结构

  • org.apache.dubbo.remoting.Endpoint
    • org.apache.dubbo.remoting.RemotingServer (并 extends org.apache.dubbo.remoting.IdleSensible, org.apache.dubbo.common.Resetable)
      • org.apache.dubbo.remoting.p2p.Peer
  • org.apache.dubbo.remoting.p2p.Group
  • org.apache.dubbo.remoting.IdleSensible
    • org.apache.dubbo.remoting.RemotingServer (并 extends org.apache.dubbo.remoting.Endpoint, org.apache.dubbo.common.Resetable)
      • org.apache.dubbo.remoting.p2p.Peer
  • org.apache.dubbo.remoting.p2p.Networker
  • org.apache.dubbo.common.Resetable