Package net.i2p.client.streaming.impl
Class Connection.ResendPacketEvent
- java.lang.Object
- 
- net.i2p.util.SimpleTimer2.TimedEvent
- 
- net.i2p.client.streaming.impl.Connection.ResendPacketEvent
 
 
- 
- All Implemented Interfaces:
- Runnable
 - Enclosing class:
- Connection
 
 class Connection.ResendPacketEvent extends SimpleTimer2.TimedEvent This is not normally scheduled. It's now used only for fastRetransmit(), where it's scheduled with a delay of zero to put it on the timer queue. Timeout retransmissions are handled by RetransmitEvent above.
- 
- 
Field Summary- 
Fields inherited from class net.i2p.util.SimpleTimer2.TimedEvent_state, DEFAULT_FUZZ
 
- 
 - 
Constructor SummaryConstructors Constructor Description ResendPacketEvent(PacketLocal packet)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidfastRetransmit()voidtimeReached()Simple interface for events to be queued up and notified on expiration the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)- 
Methods inherited from class net.i2p.util.SimpleTimer2.TimedEventcancel, forceReschedule, reschedule, reschedule, run, schedule, setFuzz
 
- 
 
- 
- 
- 
Constructor Detail- 
ResendPacketEventpublic ResendPacketEvent(PacketLocal packet) 
 
- 
 - 
Method Detail- 
timeReachedpublic void timeReached() Description copied from class:SimpleTimer2.TimedEventSimple interface for events to be queued up and notified on expiration the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)- Specified by:
- timeReachedin class- SimpleTimer2.TimedEvent
 
 - 
fastRetransmitvoid fastRetransmit() - Since:
- 0.9.46
 
 
- 
 
-