Uses of Class
routing.ActiveRouter

Packages that use ActiveRouter
routing Contains all the router classes who decide how to handle the messages. 
 

Uses of ActiveRouter in routing
 

Subclasses of ActiveRouter in routing
 class DirectDeliveryRouter
          Router that will deliver messages only to the final recipient.
 class EpidemicRouter
          Epidemic message router with drop-oldest buffer and only single transferring connections at a time.
 class ProphetRouter
          Implementation of PRoPHET router as described in Probabilistic routing in intermittently connected networks by Anders Lindgren et al.
 class SprayAndWaitRouter
          Implementation of Spray and wait router as depicted in Spray and Wait: An Efficient Routing Scheme for Intermittently Connected Mobile Networks by Thrasyvoulos Spyropoulus et al.
 

Constructors in routing with parameters of type ActiveRouter
ActiveRouter(ActiveRouter r)
          Copyconstructor.