| 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 | Method and Description |
|---|---|
Timestamper |
RouterClock.getTimestamper()
Get the timestamper used for time synchronization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RouterTimestamper
Periodically query a series of NTP servers and update any associated
listeners.
|
| Modifier and Type | Method and Description |
|---|---|
Timestamper |
Clock.getTimestamper()
This is a dummy, see RouterClock and RouterTimestamper for the real thing
|