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