Uses of Class
net.i2p.router.Router

Packages that use Router
net.i2p.router The I2P router application handles the I2P network communication. 
 

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)
           
RouterContext(Router router, Properties envProps)