类分层结构
- java.lang.Object
- org.apache.dubbo.remoting.p2p.support.AbstractGroup (implements org.apache.dubbo.remoting.p2p.Group)
- org.apache.dubbo.remoting.p2p.support.FileGroup
- org.apache.dubbo.remoting.p2p.support.MulticastGroup
- org.apache.dubbo.remoting.p2p.support.FileNetworker (implements org.apache.dubbo.remoting.p2p.Networker)
- org.apache.dubbo.remoting.p2p.support.MulticastNetworker (implements org.apache.dubbo.remoting.p2p.Networker)
- org.apache.dubbo.remoting.transport.ServerDelegate (implements org.apache.dubbo.remoting.RemotingServer)
- org.apache.dubbo.remoting.p2p.support.ServerPeer (implements org.apache.dubbo.remoting.p2p.Peer)
- org.apache.dubbo.remoting.p2p.support.AbstractGroup (implements org.apache.dubbo.remoting.p2p.Group)