| 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.
|
| Class and Description |
|---|
| ClientConnectionRunner
Bridge the router and the client - managing state for a client.
|
| ClientListenerRunner
Listen for connections on the specified port, and toss them onto the client manager's
set of connections once they are established.
|
| ClientManager
Coordinate connections and various tasks
|
| ClientMessageEventListener
Receive events from the client and handle them accordingly (updating the runner when
necessary)
|
| LeaseRequestState
Bundle up the data points necessary when asynchronously requesting a lease
from a client
|