Uses of Class
net.i2p.router.client.ClientManager
Package | Description |
---|---|
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 ClientManager in net.i2p.router.client
Fields in net.i2p.router.client declared as ClientManager Modifier and Type Field Description protected ClientManager
ClientConnectionRunner. _manager
protected ClientManager
ClientListenerRunner. _manager
Constructors in net.i2p.router.client with parameters of type ClientManager Constructor Description ClientConnectionRunner(RouterContext context, ClientManager manager, Socket socket)
Create a new runner against the given socketClientListenerRunner(RouterContext context, ClientManager manager, int port)
QueuedClientConnectionRunner(RouterContext context, ClientManager manager, I2CPMessageQueue queue)
Create a new runner with the given queuesSSLClientListenerRunner(RouterContext context, ClientManager manager, int port)