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

Packages that use TunnelPoolManager
net.i2p.router.tunnel.pool Tunnel creation, tunnel build message handling. 
 

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

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