| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ClientManagerFacade |
RouterContext.clientManager()
How are we coordinating clients for the router?
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientManagerFacadeImpl
Base impl of the client facade
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyClientManagerFacade
Manage all interactions with clients
|