| 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 |
|---|---|
GhostPeerManager |
TunnelManagerFacade.getGhostPeerManager()
Get the ghost peer manager for tracking unresponsive peers.
|
| Modifier and Type | Method and Description |
|---|---|
GhostPeerManager |
DummyTunnelManagerFacade.getGhostPeerManager() |
| Modifier and Type | Method and Description |
|---|---|
GhostPeerManager |
TunnelPoolManager.getGhostPeerManager() |
| Constructor and Description |
|---|
BuildExecutor(RouterContext ctx,
TunnelPoolManager mgr,
GhostPeerManager ghostManager)
Create a new BuildExecutor.
|