Package net.i2p.client.streaming.impl
Class SchedulerChooser
- java.lang.Object
- 
- net.i2p.client.streaming.impl.SchedulerChooser
 
- 
 class SchedulerChooser extends Object Examine a connection's state and pick the right scheduler for it.
- 
- 
Constructor SummaryConstructors Constructor Description SchedulerChooser(I2PAppContext context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskSchedulergetScheduler(Connection con)
 
- 
- 
- 
Constructor Detail- 
SchedulerChooserpublic SchedulerChooser(I2PAppContext context) 
 
- 
 - 
Method Detail- 
getSchedulerpublic TaskScheduler getScheduler(Connection con) 
 
- 
 
-