Package net.i2p.client.streaming.impl
Class RetransmissionTimer
- java.lang.Object
- 
- net.i2p.util.SimpleTimer2
- 
- net.i2p.client.streaming.impl.RetransmissionTimer
 
 
- 
 public class RetransmissionTimer extends SimpleTimer2 Per-destination timer
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class net.i2p.util.SimpleTimer2SimpleTimer2.TimedEvent
 
- 
 - 
Constructor SummaryConstructors Constructor Description RetransmissionTimer(I2PAppContext ctx, String name)
 - 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RetransmissionTimergetInstance()Deprecated.Don't use this to prestart threads, this is no longer a static instance- 
Methods inherited from class net.i2p.util.SimpleTimer2addEvent, addPeriodicEvent, addPeriodicEvent, stop, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
RetransmissionTimerRetransmissionTimer(I2PAppContext ctx, String name) - Since:
- 0.9
 
 
- 
 - 
Method Detail- 
getInstance@Deprecated public static final RetransmissionTimer getInstance() Deprecated.Don't use this to prestart threads, this is no longer a static instance- Returns:
- a new instance as of 0.9
 
 
- 
 
-