| Package | Description |
|---|---|
| net.i2p.router |
The I2P router application handles I2P network communication.
|
| net.i2p.router.time |
Time synchronization and clock management for I2P router using NTP.
|
| net.i2p.util |
Core utility classes and helper functions used throughout the I2P 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.
|