| 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 peers with consistent tunnel build timeouts. |
| 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 ghostMgr)Create a new BuildExecutor. |