Uses of Class
network.NetworkService

Packages that use NetworkService
messaging   
topology   
 

Uses of NetworkService in messaging
 

Fields in messaging declared as NetworkService
(package private)  NetworkService MessagingService.networkService
          All messages are sent and received via the NetworkService, which is the one that contact/is contacted by the remote services.
 

Uses of NetworkService in topology
 

Fields in topology declared as NetworkService
(package private)  NetworkService TopologyService.networkService
          The communication between the TopologyService and the remote services goes through the network module.