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

Packages that use SimpleTimer2.TimedEvent
net.i2p.client.streaming Implements a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages. 
net.i2p.router.tunnel   
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. 
 

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

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

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

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

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.