Uses of Package
net.i2p.time

Packages that use net.i2p.time
net.i2p.router The I2P router application handles the I2P network communication. 
net.i2p.time Provides classes for time synchronisation using NTP. 
net.i2p.util These classes define the several useful utilities used throughout the router and applications. 
 

Classes in net.i2p.time used by net.i2p.router
Timestamper.UpdateListener
          Interface to receive update notifications for when we query the time Only used by Clock.
 

Classes in net.i2p.time used by net.i2p.time
Timestamper.UpdateListener
          Interface to receive update notifications for when we query the time Only used by Clock.
 

Classes in net.i2p.time used by net.i2p.util
Timestamper
          Periodically query a series of NTP servers and update any associated listeners.
Timestamper.UpdateListener
          Interface to receive update notifications for when we query the time Only used by Clock.