Uses of Interface
net.i2p.router.app.RouterApp

Packages that use RouterApp
net.i2p.router.news Classes to parse the I2P news format, which follows the Atom standard with additional metadata for the I2P update notification feature. 
net.i2p.router.update Classes to implement the update process. 
net.i2p.router.web The router console user interface, implemented in routerconsole.jar, with these classes supporting the webapp in routerconsole.war. 
 

Uses of RouterApp in net.i2p.router.news
 

Classes in net.i2p.router.news that implement RouterApp
 class NewsManager
          Manage current news.
 

Uses of RouterApp in net.i2p.router.update
 

Classes in net.i2p.router.update that implement RouterApp
 class ConsoleUpdateManager
          The central resource coordinating updates.
 

Uses of RouterApp in net.i2p.router.web
 

Classes in net.i2p.router.web that implement RouterApp
 class RouterConsoleRunner
          Start the router console.