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
Modifier and Type Method Description protected void
reschedule(long msToWait, Connection con)
String
toString()
-
Field Details
-
Constructor Details
-
Method Details