Uses of Class
net.i2p.router.Router
Packages that use 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
Methods in net.i2p.router that return RouterModifier and TypeMethodDescriptionRouterContext.router()
what router is this context working for?Constructors in net.i2p.router with parameters of type RouterModifierConstructorDescriptionRouterContext
(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
Methods in net.i2p.router.tasks with parameters of type RouterModifier and TypeMethodDescriptionstatic void
InstallUpdate.installUpdates
(Router r) Context must be available.Constructors in net.i2p.router.tasks with parameters of type Router