Package | Description |
---|---|
net.i2p |
Core I2P package, contains information about the I2P version and an entry point to access important elements.
|
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.
|
Modifier and Type | Method and Description |
---|---|
InternalClientManager |
I2PAppContext.internalClientManager()
Use this to connect to the router in the same JVM.
|
Modifier and Type | Method and Description |
---|---|
InternalClientManager |
RouterContext.internalClientManager()
Use this to connect to the router in the same JVM.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientManagerFacadeImpl
Base impl of the client facade
|