| Package | Description |
|---|---|
| net.i2p | Core I2P package providing fundamental interfaces, version information, and entry points to essential I2P services. |
| net.i2p.router | The I2P router application handles I2P network communication. |
| net.i2p.router.client | Router-side implementation of the I2CP (I2P Client Protocol) interface for application integration. |
| 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 | ClientManagerFacadeImplBase impl of the client facade |