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