Package net.i2p.client.streaming.impl
Class SchedulerImpl
- java.lang.Object
-
- net.i2p.client.streaming.impl.SchedulerImpl
-
- All Implemented Interfaces:
TaskScheduler
- Direct Known Subclasses:
SchedulerClosed
,SchedulerClosing
,SchedulerConnectedBulk
,SchedulerConnecting
,SchedulerDead
,SchedulerHardDisconnected
,SchedulerPreconnect
,SchedulerReceived
abstract class SchedulerImpl extends Object implements TaskScheduler
Base scheduler
-
-
Field Summary
Fields Modifier and Type Field Description protected I2PAppContext
_context
protected Log
_log
-
Constructor Summary
Constructors Constructor Description SchedulerImpl(I2PAppContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
reschedule(long msToWait, Connection con)
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.i2p.client.streaming.impl.TaskScheduler
accept, eventOccurred
-
-
-
-
Field Detail
-
_context
protected final I2PAppContext _context
-
_log
protected final Log _log
-
-
Constructor Detail
-
SchedulerImpl
public SchedulerImpl(I2PAppContext ctx)
-
-
Method Detail
-
reschedule
protected void reschedule(long msToWait, Connection con)
-
-