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