パッケージ | 説明 |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.time |
Provides classes for time synchronization using NTP.
|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
RouterClock |
Alternate location for determining the time which takes into account an offset.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
Timestamper.UpdateListener |
RouterTimestamper.getListener(int index) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
RouterTimestamper.addListener(Timestamper.UpdateListener lsnr) |
|
void |
RouterTimestamper.removeListener(Timestamper.UpdateListener lsnr) |
コンストラクタ | 説明 |
---|---|
RouterTimestamper(I2PAppContext ctx,
Timestamper.UpdateListener lsnr) |
Does not start.
|
RouterTimestamper(I2PAppContext ctx,
Timestamper.UpdateListener lsnr,
boolean daemon) |
Does not start.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
Clock |
Alternate location for determining the time which takes into account an offset.
|