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

Packages that use SimpleTimer2.TimedEvent
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.startup The I2P startup package loads the configuration when I2P is started. 
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. 
 

Uses of SimpleTimer2.TimedEvent in net.i2p.client.streaming.impl
 

Subclasses of SimpleTimer2.TimedEvent in net.i2p.client.streaming.impl
(package private)  class Connection.ResendPacketEvent
          Coordinate the resends of a given packet
 

Methods in net.i2p.client.streaming.impl that return SimpleTimer2.TimedEvent
 SimpleTimer2.TimedEvent PacketLocal.getResendEvent()
           
 

Methods in net.i2p.client.streaming.impl with parameters of type SimpleTimer2.TimedEvent
 void PacketLocal.setResendPacketEvent(SimpleTimer2.TimedEvent evt)
           
 

Uses of SimpleTimer2.TimedEvent in net.i2p.router.startup
 

Subclasses of SimpleTimer2.TimedEvent in net.i2p.router.startup
static class LoadClientAppsJob.DelayedRunClient
          Public for router console only, not for use by others, subject to change
 

Uses of SimpleTimer2.TimedEvent in net.i2p.router.tunnel
 

Subclasses of SimpleTimer2.TimedEvent in net.i2p.router.tunnel
protected  class TunnelGateway.DelayedFlush
           
 

Methods in net.i2p.router.tunnel that return SimpleTimer2.TimedEvent
 SimpleTimer2.TimedEvent FragmentedMessage.getExpireEvent()
          used in the fragment handler so we can cancel the expire event on success
 

Methods in net.i2p.router.tunnel with parameters of type SimpleTimer2.TimedEvent
 void FragmentedMessage.setExpireEvent(SimpleTimer2.TimedEvent evt)
           
 

Uses of SimpleTimer2.TimedEvent in net.i2p.router.util
 

Fields in net.i2p.router.util declared as SimpleTimer2.TimedEvent
protected  SimpleTimer2.TimedEvent DecayingBloomFilter._decayEvent
           
 

Uses of SimpleTimer2.TimedEvent in net.i2p.util
 

Subclasses of SimpleTimer2.TimedEvent in net.i2p.util
 class SocketTimeout
          This should be deprecated.
 

Uses of SimpleTimer2.TimedEvent in org.klomp.snark
 

Subclasses of SimpleTimer2.TimedEvent in org.klomp.snark
(package private)  class IdleChecker
          Periodically check for idle condition based on connected peers, and reduce/restore tunnel count as necessary.