Package | Description |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.client |
Implements the router side of the I2CP interface,
which is the API for applications to send and receive data through the router.
|
net.i2p.router.dummy |
Dummy versions of things for testing.
|
net.i2p.router.networkdb.kademlia |
The network database, including implementation of floodfills.
|
Modifier and Type | Method and Description |
---|---|
abstract FloodfillNetworkDatabaseFacade |
ClientManagerFacade.getClientFloodfillNetworkDatabaseFacade(Hash destHash)
get the FloodfillNetworkDatabaseFacade associated with a particular client destination.
|
Modifier and Type | Method and Description |
---|---|
FloodfillNetworkDatabaseFacade |
ClientManager.getClientFloodfillNetworkDatabaseFacade(Hash destHash)
get the FloodfillNetworkDatabaseFacade associated with a particular client destination.
|
FloodfillNetworkDatabaseFacade |
ClientManagerFacadeImpl.getClientFloodfillNetworkDatabaseFacade(Hash destHash)
get the FloodfillNetworkDatabaseFacade associated with a particular client destination.
|
FloodfillNetworkDatabaseFacade |
ClientConnectionRunner.getFloodfillNetworkDatabaseFacade()
Get the FloodfillNetworkDatabaseFacade for this runner.
|
Modifier and Type | Method and Description |
---|---|
FloodfillNetworkDatabaseFacade |
DummyClientManagerFacade.getClientFloodfillNetworkDatabaseFacade(Hash dbid) |
Modifier and Type | Field and Description |
---|---|
protected FloodfillNetworkDatabaseFacade |
FloodSearchJob._facade |