Package | Description |
---|---|
net.i2p.router.tunnel.pool |
Tunnel creation, tunnel build message handling.
|
Modifier and Type | Method and Description |
---|---|
static BuildExecutor.Result |
BuildExecutor.Result.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
AliasedTunnelPool.buildComplete(PooledTunnelCreatorConfig cfg,
BuildExecutor.Result result) |
(package private) void |
TunnelPool.buildComplete(PooledTunnelCreatorConfig cfg,
BuildExecutor.Result result)
Remove from the _inprogress list and call addTunnel() if result is SUCCESS.
|
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.
|