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 SummaryFields Modifier and Type Field Description protected I2PAppContext_contextprotected Log_log
 - 
Constructor SummaryConstructors Constructor Description SchedulerImpl(I2PAppContext ctx)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreschedule(long msToWait, Connection con)StringtoString()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface net.i2p.client.streaming.impl.TaskScheduleraccept, eventOccurred
 
- 
 
- 
- 
- 
Field Detail- 
_contextprotected final I2PAppContext _context 
 - 
_logprotected final Log _log 
 
- 
 - 
Constructor Detail- 
SchedulerImplpublic SchedulerImpl(I2PAppContext ctx) 
 
- 
 - 
Method Detail- 
rescheduleprotected void reschedule(long msToWait, Connection con)
 
- 
 
-