| 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 |
|---|---|
boolean |
TunnelManagerFacade.addAlias(net.i2p.data.Destination dest,
ClientTunnelSettings settings,
net.i2p.data.Destination existingClient)
Add another destination to the same tunnels.
|
void |
TunnelManagerFacade.buildTunnels(net.i2p.data.Destination client,
ClientTunnelSettings settings)
the client connected (or updated their settings), so make sure we have
the tunnels for them, and whenever necessary, ask them to authorize
leases.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DummyTunnelManagerFacade.addAlias(net.i2p.data.Destination dest,
ClientTunnelSettings settings,
net.i2p.data.Destination existingClient) |
void |
DummyTunnelManagerFacade.buildTunnels(net.i2p.data.Destination client,
ClientTunnelSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TunnelPoolManager.addAlias(net.i2p.data.Destination dest,
ClientTunnelSettings settings,
net.i2p.data.Destination existingClient)
Add another destination to the same tunnels.
|
void |
TunnelPoolManager.buildTunnels(net.i2p.data.Destination client,
ClientTunnelSettings settings)
Used only at session startup.
|