| 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.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
LocalClientManager
For testing clients without a full router.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientManager |
ClientConnectionRunner._manager |
protected ClientManager |
ClientListenerRunner._manager |
| Constructor and Description |
|---|
ClientConnectionRunner(RouterContext context,
ClientManager manager,
Socket socket)
Create a new runner against the given socket
|
ClientListenerRunner(RouterContext context,
ClientManager manager,
int port) |
LocalClientConnectionRunner(RouterContext context,
ClientManager manager,
Socket socket)
Create a new runner with the given queues
|
LocalClientListenerRunner(RouterContext context,
ClientManager manager,
int port) |
QueuedClientConnectionRunner(RouterContext context,
ClientManager manager,
net.i2p.internal.I2CPMessageQueue queue)
Create a new runner with the given queues
|
SSLClientListenerRunner(RouterContext context,
ClientManager manager,
int port) |