Uses of Class
net.i2p.router.tunnel.pool.TunnelPeerSelector

Packages that use TunnelPeerSelector
net.i2p.router.tunnel.pool   
 

Uses of TunnelPeerSelector in net.i2p.router.tunnel.pool
 

Subclasses of TunnelPeerSelector in net.i2p.router.tunnel.pool
(package private)  class ClientPeerSelector
          Pick peers randomly out of the fast pool, and put them into tunnels in a random order
(package private)  class ExploratoryPeerSelector
          Pick peers randomly out of the not-failing pool, and put them into randomly ordered tunnels.
 

Methods in net.i2p.router.tunnel.pool that return TunnelPeerSelector
 TunnelPeerSelector TunnelPool.getSelector()
           
 

Constructors in net.i2p.router.tunnel.pool with parameters of type TunnelPeerSelector
TunnelPool(RouterContext ctx, TunnelPoolManager mgr, TunnelPoolSettings settings, TunnelPeerSelector sel)