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.
|
Modifier and Type | Method | Description |
---|---|---|
Router |
RouterContext.router() |
what router is this context working for?
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
InstallUpdate.installUpdates(Router r) |
Context must be available.
|
Constructor | Description |
---|---|
MarkLiveliness(Router router,
File pingFile) |