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 Summary
Constructors Constructor Description SchedulerChooser(I2PAppContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskScheduler
getScheduler(Connection con)
-
-
-
Constructor Detail
-
SchedulerChooser
public SchedulerChooser(I2PAppContext context)
-
-
Method Detail
-
getScheduler
public TaskScheduler getScheduler(Connection con)
-
-