Package | Description |
---|---|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RouterClock |
Alternate location for determining the time which takes into account an offset.
|
Modifier and Type | Method | Description |
---|---|---|
Timestamper.UpdateListener |
RouterTimestamper.getListener(int index) |
Modifier and Type | Method | Description |
---|---|---|
void |
RouterTimestamper.addListener(Timestamper.UpdateListener lsnr) |
|
void |
RouterTimestamper.removeListener(Timestamper.UpdateListener lsnr) |
Constructor | Description |
---|---|
RouterTimestamper(I2PAppContext ctx,
Timestamper.UpdateListener lsnr) |
Does not start.
|
RouterTimestamper(I2PAppContext ctx,
Timestamper.UpdateListener lsnr,
boolean daemon) |
Does not start.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Clock |
Alternate location for determining the time which takes into account an offset.
|