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