Uses of Class
net.i2p.client.streaming.SchedulerChooser

Packages that use SchedulerChooser
net.i2p.client.streaming Implements a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages. 
 

Uses of SchedulerChooser in net.i2p.client.streaming
 

Constructors in net.i2p.client.streaming with parameters of type SchedulerChooser
Connection(I2PAppContext ctx, ConnectionManager manager, SchedulerChooser chooser, PacketQueue queue, ConnectionPacketHandler handler)
           
Connection(I2PAppContext ctx, ConnectionManager manager, SchedulerChooser chooser, PacketQueue queue, ConnectionPacketHandler handler, ConnectionOptions opts)