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.SimpleTimer2
SimpleTimer2.TimedEvent
-
-
Constructor Summary
Constructors Constructor Description RetransmissionTimer(I2PAppContext ctx, String name)
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RetransmissionTimer
getInstance()
Deprecated.Don't use this to prestart threads, this is no longer a static instance-
Methods inherited from class net.i2p.util.SimpleTimer2
addEvent, addPeriodicEvent, addPeriodicEvent, stop, toString
-
-
-
-
Constructor Detail
-
RetransmissionTimer
RetransmissionTimer(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
-
-