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_contextprotected Log_log -
Constructor Summary
Constructors Constructor Description SchedulerImpl(I2PAppContext ctx) -
Method Summary
Modifier and Type Method Description protected voidreschedule(long msToWait, Connection con)StringtoString()
-
Field Details
-
Constructor Details
-
Method Details