| 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 | Method and Description |
|---|---|
(package private) LeaseRequestState |
ClientConnectionRunner.getLeaseRequest(net.i2p.data.Hash h)
Data for the current leaseRequest, or null if there is no active leaseSet request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConnectionRunner.failLeaseRequest(LeaseRequestState req) |
| Constructor and Description |
|---|
RequestLeaseSetJob(RouterContext ctx,
ClientConnectionRunner runner,
LeaseRequestState state) |