Uses of Enum
net.i2p.router.tunnel.pool.BuildExecutor.Result
Packages that use BuildExecutor.Result
-
Uses of BuildExecutor.Result in net.i2p.router.tunnel.pool
Methods in net.i2p.router.tunnel.pool that return BuildExecutor.ResultModifier and TypeMethodDescriptionstatic BuildExecutor.ResultReturns the enum constant of this type with the specified name.static BuildExecutor.Result[]BuildExecutor.Result.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.i2p.router.tunnel.pool with parameters of type BuildExecutor.ResultModifier and TypeMethodDescription(package private) voidAliasedTunnelPool.buildComplete(PooledTunnelCreatorConfig cfg, BuildExecutor.Result result) voidBuildExecutor.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) voidTunnelPool.buildComplete(PooledTunnelCreatorConfig cfg, BuildExecutor.Result result) Remove from the _inprogress list and call addTunnel() if result is SUCCESS.