| Package | Description |
|---|---|
| net.i2p.router |
The I2P router application handles I2P network communication.
|
| net.i2p.router.dummy |
Dummy implementations and stub classes for testing purposes.
|
| net.i2p.router.tunnel.pool |
Tunnel pool management, creation, and peer selection for I2P's anonymous routing system.
|
| Modifier and Type | Method and Description |
|---|---|
TunnelManagerFacade |
RouterContext.tunnelManager()
Coordinate this router's tunnels (its pools, participation, backup, etc).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyTunnelManagerFacade
Build and maintain tunnels throughout the network.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TunnelPoolManager
Manage all the exploratory and client tunnel pools.
|