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 | Description |
---|---|---|
TunnelPool |
TunnelManagerFacade.getInboundExploratoryPool() |
for TunnelRenderer in router console
|
TunnelPool |
TunnelManagerFacade.getInboundPool(Hash client) |
|
TunnelPool |
TunnelManagerFacade.getOutboundExploratoryPool() |
for TunnelRenderer in router console
|
TunnelPool |
TunnelManagerFacade.getOutboundPool(Hash client) |
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
TunnelManagerFacade.listPools(List<TunnelPool> out) |
for TunnelRenderer in router console
|
Modifier and Type | Method | Description |
---|---|---|
TunnelPool |
DummyTunnelManagerFacade.getInboundExploratoryPool() |
|
TunnelPool |
DummyTunnelManagerFacade.getInboundPool(Hash client) |
|
TunnelPool |
DummyTunnelManagerFacade.getOutboundExploratoryPool() |
|
TunnelPool |
DummyTunnelManagerFacade.getOutboundPool(Hash client) |
Modifier and Type | Method | Description |
---|---|---|
Map<Hash,TunnelPool> |
DummyTunnelManagerFacade.getInboundClientPools() |
|
Map<Hash,TunnelPool> |
DummyTunnelManagerFacade.getOutboundClientPools() |
Modifier and Type | Method | Description |
---|---|---|
void |
DummyTunnelManagerFacade.listPools(List<TunnelPool> out) |
Modifier and Type | Class | Description |
---|---|---|
class |
AliasedTunnelPool |
A tunnel pool with its own settings and Destination,
but uses another pool for its tunnels.
|
Modifier and Type | Method | Description |
---|---|---|
TunnelPool |
TunnelPoolManager.getInboundExploratoryPool() |
For TunnelRenderer in router console
|
TunnelPool |
TunnelPoolManager.getInboundPool(Hash client) |
|
TunnelPool |
TunnelPoolManager.getOutboundExploratoryPool() |
For TunnelRenderer in router console
|
TunnelPool |
TunnelPoolManager.getOutboundPool(Hash client) |
|
TunnelPool |
PooledTunnelCreatorConfig.getTunnelPool() |
Modifier and Type | Method | 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 | 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 | Description |
---|---|---|
void |
TunnelPoolManager.listPools(List<TunnelPool> out) |
list of TunnelPool instances currently in play
|
Constructor | Description |
---|---|
AliasedTunnelPool(RouterContext ctx,
TunnelPoolManager mgr,
TunnelPoolSettings settings,
TunnelPool aliasOf) |
|
ExpireJob(RouterContext ctx,
TunnelCreatorConfig cfg,
TunnelPool pool) |
|
TestJob(RouterContext ctx,
PooledTunnelCreatorConfig cfg,
TunnelPool pool) |