Uses of Class
net.i2p.time.Timestamper
-
Packages that use Timestamper 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. -
-
Uses of Timestamper in net.i2p.router
Methods in net.i2p.router that return Timestamper Modifier and Type Method Description Timestamper
RouterClock. getTimestamper()
The RouterTimestamper -
Uses of Timestamper in net.i2p.router.time
Subclasses of Timestamper in net.i2p.router.time Modifier and Type Class Description class
RouterTimestamper
Periodically query a series of NTP servers and update any associated listeners. -
Uses of Timestamper in net.i2p.util
Methods in net.i2p.util that return Timestamper Modifier and Type Method Description Timestamper
Clock. getTimestamper()
This is a dummy, see RouterClock and RouterTimestamper for the real thing
-