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

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

Uses of TunnelPool in net.i2p.router
 

Methods in net.i2p.router that return TunnelPool
 TunnelPool TunnelManagerFacade.getInboundExploratoryPool()
          for TunnelRenderer in router console
 TunnelPool DummyTunnelManagerFacade.getInboundExploratoryPool()
           
 TunnelPool TunnelManagerFacade.getOutboundExploratoryPool()
          for TunnelRenderer in router console
 TunnelPool DummyTunnelManagerFacade.getOutboundExploratoryPool()
           
 

Methods in net.i2p.router that return types with arguments of type TunnelPool
 java.util.Map<Hash,TunnelPool> TunnelManagerFacade.getInboundClientPools()
          for TunnelRenderer in router console
 java.util.Map<Hash,TunnelPool> DummyTunnelManagerFacade.getInboundClientPools()
           
 java.util.Map<Hash,TunnelPool> TunnelManagerFacade.getOutboundClientPools()
          for TunnelRenderer in router console
 java.util.Map<Hash,TunnelPool> DummyTunnelManagerFacade.getOutboundClientPools()
           
 

Method parameters in net.i2p.router with type arguments of type TunnelPool
 void TunnelManagerFacade.listPools(java.util.List<TunnelPool> out)
          for TunnelRenderer in router console
 void DummyTunnelManagerFacade.listPools(java.util.List<TunnelPool> out)
           
 

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

Methods in net.i2p.router.tunnel.pool that return TunnelPool
 TunnelPool TunnelPoolManager.getInboundExploratoryPool()
          for TunnelRenderer in router console
 TunnelPool TunnelPoolManager.getOutboundExploratoryPool()
          for TunnelRenderer in router console
 TunnelPool PooledTunnelCreatorConfig.getTunnelPool()
           
 

Methods in net.i2p.router.tunnel.pool that return types with arguments of type TunnelPool
 java.util.Map<Hash,TunnelPool> TunnelPoolManager.getInboundClientPools()
          for TunnelRenderer in router console
 java.util.Map<Hash,TunnelPool> TunnelPoolManager.getOutboundClientPools()
          for TunnelRenderer in router console
 

Methods in net.i2p.router.tunnel.pool with parameters of type TunnelPool
 void BuildExecutor.buildComplete(PooledTunnelCreatorConfig cfg, TunnelPool pool)
           
(package private)  void BuildExecutor.buildTunnel(TunnelPool pool, PooledTunnelCreatorConfig cfg)
           
static void BuildRequestor.request(RouterContext ctx, TunnelPool pool, PooledTunnelCreatorConfig cfg, BuildExecutor exec)
           
 void PooledTunnelCreatorConfig.setTunnelPool(TunnelPool pool)
           
 

Method parameters in net.i2p.router.tunnel.pool with type arguments of type TunnelPool
 void TunnelPoolManager.listPools(java.util.List<TunnelPool> out)
          list of TunnelPool instances currently in play
 

Constructors in net.i2p.router.tunnel.pool with parameters of type TunnelPool
ExpireJob(RouterContext ctx, TunnelCreatorConfig cfg, TunnelPool pool)
           
TestJob(RouterContext ctx, PooledTunnelCreatorConfig cfg, TunnelPool pool)