Uses of Class
net.i2p.util.SimpleTimer2.TimedEvent

Packages that use SimpleTimer2.TimedEvent 
Package Description
net.i2p.client.streaming.impl
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.
net.i2p.router.crypto.ratchet
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
net.i2p.router.startup
The I2P startup package loads the configuration when I2P is started.
net.i2p.router.transport.udp
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
net.i2p.router.tunnel
All the work of managing locally created and participating tunnels, creating and handling tunnel messages, and their encryption.
net.i2p.router.util
These classes define the several useful utilities used throughout the router.
net.i2p.util
These classes define the several useful utilities used throughout the router and applications.
org.klomp.snark
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features.