| Package | Description |
|---|---|
| net.i2p.router | The I2P router application handles I2P network communication. |
| net.i2p.router.tasks | Periodic maintenance tasks and background jobs for I2P router operations. |
| 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. |
RouterContext(Router router,
Properties envProps,
boolean doInit)Caller MUST call initAll() after instantiation. |
| Modifier and Type | Method and Description |
|---|---|
static void | InstallUpdate.installUpdates(Router r)Install updates from i2pupdate.zip file if present. |
| Constructor and Description |
|---|
MarkLiveliness(Router router,
File pingFile,
long period)Create a new liveliness marker. |