Uses of Interface
solar.service.routing.RoutingService

Packages that use RoutingService
solar.service.routing Contains the data routing service, currently not used by Solar. 
solar.service.transport Contains the data transport service. 
 

Uses of RoutingService in solar.service.routing
 

Classes in solar.service.routing that implement RoutingService
 class DirectRoutingService
          The direct routing service uses same routing contruction as ManualRoutingService, only to gain knowledge of all live hosts.
 class ManualRoutingService
          The routing table is manually setup as the overlay network is being constructed.
 

Uses of RoutingService in solar.service.transport
 

Fields in solar.service.transport declared as RoutingService
protected  RoutingService BaseTransportService._routing
          The routing service has the routing/forwarding table.