Uses of Class
net.i2p.router.Router

Packages that use Router
net.i2p.router The I2P router application handles the I2P network communication. 
net.i2p.router.tasks Miscellaneous classes, mostly things that are executed periodically as Jobs, Threads, and SimpleTimer.TimedEvents. 
 

Uses of Router in net.i2p.router
 

Methods in net.i2p.router that return Router
 Router RouterContext.router()
          what router is this context working for?
 

Constructors in net.i2p.router with parameters of type Router
RouterContext(Router router)
          Caller MUST call initAll() after instantiation.
RouterContext(Router router, Properties envProps)
          Caller MUST call initAll() after instantiation.
 

Uses of Router in net.i2p.router.tasks
 

Methods in net.i2p.router.tasks with parameters of type Router
static void InstallUpdate.installUpdates(Router r)
          Context must be available.
 

Constructors in net.i2p.router.tasks with parameters of type Router
MarkLiveliness(Router router, File pingFile)