Uses of Class
net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
Package | Description |
---|---|
net.i2p.router.tunnel.pool |
Tunnel creation, tunnel build message handling.
|
-
Uses of PooledTunnelCreatorConfig in net.i2p.router.tunnel.pool
Methods in net.i2p.router.tunnel.pool that return PooledTunnelCreatorConfig Modifier and Type Method Description (package private) PooledTunnelCreatorConfig
AliasedTunnelPool. configureNewTunnel()
(package private) PooledTunnelCreatorConfig
TunnelPool. configureNewTunnel()
This only sets the peers and creation/expiration times in the configuration.(package private) PooledTunnelCreatorConfig
BuildExecutor. removeFromBuilding(long id)
This returns the PTCC up to a minute after it 'expired', thus allowing us to still use a tunnel if it was accepted, and to update peer stats.Methods in net.i2p.router.tunnel.pool that return types with arguments of type PooledTunnelCreatorConfig Modifier and Type Method Description List<PooledTunnelCreatorConfig>
AliasedTunnelPool. listPending()
List<PooledTunnelCreatorConfig>
TunnelPool. listPending()
list of tunnelInfo instances of tunnels currently being builtMethods in net.i2p.router.tunnel.pool with parameters of type PooledTunnelCreatorConfig Modifier and Type Method Description (package private) void
AliasedTunnelPool. buildComplete(PooledTunnelCreatorConfig cfg)
void
BuildExecutor. buildComplete(PooledTunnelCreatorConfig cfg)
This wakes up the executor, so call this after TunnelPool.addTunnel() so we don't build too many.(package private) void
TunnelPool. buildComplete(PooledTunnelCreatorConfig cfg)
Remove from the _inprogress list(package private) void
TunnelPoolManager. buildComplete(PooledTunnelCreatorConfig cfg)
queue a recurring test job if appropriatevoid
BuildExecutor. buildSuccessful(PooledTunnelCreatorConfig cfg)
(package private) void
BuildExecutor. buildTunnel(PooledTunnelCreatorConfig cfg)
static boolean
BuildRequestor. request(RouterContext ctx, PooledTunnelCreatorConfig cfg, BuildExecutor exec)
Send out a build request message.Constructors in net.i2p.router.tunnel.pool with parameters of type PooledTunnelCreatorConfig Constructor Description ExpireJob(RouterContext ctx, PooledTunnelCreatorConfig cfg)
TestJob(RouterContext ctx, PooledTunnelCreatorConfig cfg, TunnelPool pool)