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

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

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

Methods in net.i2p.router.tunnel.pool that return PooledTunnelCreatorConfig
(package private)  PooledTunnelCreatorConfig TunnelPool.configureNewTunnel()
           
 

Methods in net.i2p.router.tunnel.pool with parameters of type PooledTunnelCreatorConfig
(package private)  void TunnelPoolManager.buildComplete(PooledTunnelCreatorConfig cfg)
           
(package private)  void TunnelPool.buildComplete(PooledTunnelCreatorConfig cfg)
           
 void BuildExecutor.buildComplete(PooledTunnelCreatorConfig cfg, TunnelPool pool)
           
 void BuildExecutor.buildSuccessful(PooledTunnelCreatorConfig cfg)
           
(package private)  void BuildExecutor.buildTunnel(TunnelPool pool, PooledTunnelCreatorConfig cfg)
           
static void BuildRequestor.prepare(RouterContext ctx, PooledTunnelCreatorConfig cfg)
          new style requests need to fill in the tunnel IDs before hand
static void BuildRequestor.request(RouterContext ctx, TunnelPool pool, PooledTunnelCreatorConfig cfg, BuildExecutor exec)
           
 void TunnelPool.tunnelFailed(PooledTunnelCreatorConfig cfg)
           
 

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