Uses of Interface
net.i2p.internal.InternalClientManager
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.
|
-
Uses of InternalClientManager in net.i2p
Methods in net.i2p that return InternalClientManager Modifier and Type Method Description InternalClientManager
I2PAppContext. internalClientManager()
Use this to connect to the router in the same JVM. -
Uses of InternalClientManager in net.i2p.router
Methods in net.i2p.router that return InternalClientManager Modifier and Type Method Description InternalClientManager
RouterContext. internalClientManager()
Use this to connect to the router in the same JVM. -
Uses of InternalClientManager in net.i2p.router.client
Classes in net.i2p.router.client that implement InternalClientManager Modifier and Type Class Description class
ClientManagerFacadeImpl
Base impl of the client facade