Package | Description |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.dummy |
Dummy versions of things for testing.
|
net.i2p.router.tunnel.pool |
Tunnel creation, tunnel build message handling.
|
Modifier and Type | Method and Description |
---|---|
TunnelPool |
TunnelManagerFacade.getInboundExploratoryPool()
for TunnelRenderer in router console
|
TunnelPool |
TunnelManagerFacade.getOutboundExploratoryPool()
for TunnelRenderer in router console
|
Modifier and Type | Method and Description |
---|---|
Map<Hash,TunnelPool> |
TunnelManagerFacade.getInboundClientPools()
for TunnelRenderer in router console
|
Map<Hash,TunnelPool> |
TunnelManagerFacade.getOutboundClientPools()
for TunnelRenderer in router console
|
Modifier and Type | Method and Description |
---|---|
void |
TunnelManagerFacade.listPools(List<TunnelPool> out)
for TunnelRenderer in router console
|
Modifier and Type | Method and Description |
---|---|
TunnelPool |
DummyTunnelManagerFacade.getInboundExploratoryPool() |
TunnelPool |
DummyTunnelManagerFacade.getOutboundExploratoryPool() |
Modifier and Type | Method and Description |
---|---|
Map<Hash,TunnelPool> |
DummyTunnelManagerFacade.getInboundClientPools() |
Map<Hash,TunnelPool> |
DummyTunnelManagerFacade.getOutboundClientPools() |
Modifier and Type | Method and Description |
---|---|
void |
DummyTunnelManagerFacade.listPools(List<TunnelPool> out) |
Modifier and Type | Class and Description |
---|---|
class |
AliasedTunnelPool
A tunnel pool with its own settings and Destination,
but uses another pool for its tunnels.
|
Modifier and Type | Method and Description |
---|---|
TunnelPool |
TunnelPoolManager.getInboundExploratoryPool()
For TunnelRenderer in router console
|
TunnelPool |
TunnelPoolManager.getOutboundExploratoryPool()
For TunnelRenderer in router console
|
TunnelPool |
PooledTunnelCreatorConfig.getTunnelPool() |
Modifier and Type | Method and Description |
---|---|
Map<Hash,TunnelPool> |
TunnelPoolManager.getInboundClientPools()
for TunnelRenderer in router console
|
Map<Hash,TunnelPool> |
TunnelPoolManager.getOutboundClientPools()
for TunnelRenderer in router console
|
Modifier and Type | Method and Description |
---|---|
void |
BuildExecutor.buildComplete(PooledTunnelCreatorConfig cfg,
TunnelPool pool)
This wakes up the executor, so call this after TunnelPool.addTunnel()
so we don't build too many.
|
(package private) void |
BuildExecutor.buildTunnel(TunnelPool pool,
PooledTunnelCreatorConfig cfg) |
static boolean |
BuildRequestor.request(RouterContext ctx,
TunnelPool pool,
PooledTunnelCreatorConfig cfg,
BuildExecutor exec)
Send out a build request message.
|
void |
PooledTunnelCreatorConfig.setTunnelPool(TunnelPool pool) |
Modifier and Type | Method and Description |
---|---|
void |
TunnelPoolManager.listPools(List<TunnelPool> out)
list of TunnelPool instances currently in play
|
Constructor and Description |
---|
AliasedTunnelPool(RouterContext ctx,
TunnelPoolManager mgr,
TunnelPoolSettings settings,
TunnelPool aliasOf) |
ExpireJob(RouterContext ctx,
TunnelCreatorConfig cfg,
TunnelPool pool) |
TestJob(RouterContext ctx,
PooledTunnelCreatorConfig cfg,
TunnelPool pool) |