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 | Field and Description |
---|---|
protected ClientManager |
ClientListenerRunner._manager |
protected ClientManager |
ClientConnectionRunner._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) |
QueuedClientConnectionRunner(RouterContext context,
ClientManager manager,
I2CPMessageQueue queue)
Create a new runner with the given queues
|
SSLClientListenerRunner(RouterContext context,
ClientManager manager,
int port) |