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 with parameters of type PooledTunnelCreatorConfig
 void TunnelPool.tunnelFailed(PooledTunnelCreatorConfig cfg)
           
 

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