Uses of Class
net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
Packages that use PooledTunnelCreatorConfig
Package
Description
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
Tunnel creation, tunnel build message handling.
-
Uses of PooledTunnelCreatorConfig in net.i2p.router.tunnel
Methods in net.i2p.router.tunnel with parameters of type PooledTunnelCreatorConfigModifier and TypeMethodDescriptionboolean
TunnelDispatcher.joinOutbound
(PooledTunnelCreatorConfig cfg) We are the outbound gateway - we created this tunnelConstructors in net.i2p.router.tunnel with parameters of type PooledTunnelCreatorConfig -
Uses of PooledTunnelCreatorConfig in net.i2p.router.tunnel.pool
Methods in net.i2p.router.tunnel.pool that return PooledTunnelCreatorConfigModifier and TypeMethodDescription(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 PooledTunnelCreatorConfigModifier and TypeMethodDescriptionAliasedTunnelPool.listPending()
TunnelPool.listPending()
list of tunnelInfo instances of tunnels currently being builtMethods in net.i2p.router.tunnel.pool with parameters of type PooledTunnelCreatorConfigModifier and TypeMethodDescription(package private) void
AliasedTunnelPool.buildComplete
(PooledTunnelCreatorConfig cfg, BuildExecutor.Result result) void
BuildExecutor.buildComplete
(PooledTunnelCreatorConfig cfg, BuildExecutor.Result result) This calls TunnelPool.buildComplete which calls TunnelPool.addTunnel() on success, and then we wake up the executor.(package private) void
TunnelPool.buildComplete
(PooledTunnelCreatorConfig cfg, BuildExecutor.Result result) Remove from the _inprogress list and call addTunnel() if result is SUCCESS.(package private) void
TunnelPoolManager.buildComplete
(PooledTunnelCreatorConfig cfg) queue a recurring test job if appropriate(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 PooledTunnelCreatorConfigModifierConstructorDescriptionExpireJob
(RouterContext ctx, PooledTunnelCreatorConfig cfg) TestJob
(RouterContext ctx, PooledTunnelCreatorConfig cfg, TunnelPool pool)