Uses of Class
net.i2p.router.Router
Package | Description |
---|---|
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 Modifier and Type Method Description Router
RouterContext. router()
what router is this context working for?Constructors in net.i2p.router with parameters of type Router Constructor Description RouterContext(Router router)
Caller MUST call initAll() after instantiation.RouterContext(Router router, Properties envProps)
Caller MUST call initAll() after instantiation.RouterContext(Router router, Properties envProps, boolean doInit)
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 Modifier and Type Method Description static void
InstallUpdate. installUpdates(Router r)
Context must be available.Constructors in net.i2p.router.tasks with parameters of type Router Constructor Description MarkLiveliness(Router router, File pingFile)