| 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.networkdb.kademlia | Kademlia DHT implementation and floodfill router functionality for I2P. |
| Modifier and Type | Method and Description |
|---|---|
SegmentedNetworkDatabaseFacade | RouterContext.netDbSegmentor()Get the network database segmentor for advanced database access. |
| Modifier and Type | Class and Description |
|---|---|
class | DummyNetworkDatabaseSegmentorDummy network database segmentor for testing. |
| Modifier and Type | Class and Description |
|---|---|
class | FloodfillNetworkDatabaseSegmentorFloodfillNetworkDatabaseSegmentor
Default implementation of the SegmentedNetworkDatabaseFacade. |