パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
Router |
RouterContext.router() |
what router is this context working for?
|
コンストラクタ | 説明 |
---|---|
RouterContext(Router router) |
Caller MUST call initAll() after instantiation.
|
RouterContext(Router router,
java.util.Properties envProps) |
Caller MUST call initAll() after instantiation.
|
RouterContext(Router router,
java.util.Properties envProps,
boolean doInit) |
Caller MUST call initAll() after instantiation.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static void |
InstallUpdate.installUpdates(Router r) |
Context must be available.
|
コンストラクタ | 説明 |
---|---|
MarkLiveliness(Router router,
java.io.File pingFile) |