Uses of Class
net.i2p.router.Router
Package
Description
The I2P router application handles the I2P network communication.
Miscellaneous classes, mostly things that are executed periodically as
Jobs, Threads, and SimpleTimer.TimedEvents.
-
Uses of Router in net.i2p.router
Modifier and TypeMethodDescriptionRouterContext.router()
what router is this context working for?ModifierConstructorDescriptionRouterContext
(Router router) Caller MUST call initAll() after instantiation.RouterContext
(Router router, Properties envProps) Caller MUST call initAll() after instantiation.(package private)
RouterContext
(Router router, Properties envProps, boolean doInit) Caller MUST call initAll() after instantiation. -
Uses of Router in net.i2p.router.tasks
Modifier and TypeMethodDescriptionstatic void
InstallUpdate.installUpdates
(Router r) Context must be available.