Uses of Package
net.i2p.router.app

Packages that use net.i2p.router.app
net.i2p.router.web   
 

Classes in net.i2p.router.app used by net.i2p.router.web
RouterApp
          If a class started via clients.config implements this interface, it will be used to manage the client, instead of starting with main() Clients implementing this interface MUST provide the following constructor: public MyClientApp(RouterContext context, ClientAppManager listener, String[] args) {...} All parameters are non-null.