Uses of Class
net.i2p.router.client.LeaseRequestState
Packages that use LeaseRequestState
Package
Description
Implements the router side of the I2CP interface,
which is the API for applications to send and receive data through the router.
-
Uses of LeaseRequestState in net.i2p.router.client
Methods in net.i2p.router.client that return LeaseRequestStateModifier and TypeMethodDescription(package private) LeaseRequestState
ClientConnectionRunner.getLeaseRequest
(Hash h) Data for the current leaseRequest, or null if there is no active leaseSet request.Methods in net.i2p.router.client with parameters of type LeaseRequestStateModifier and TypeMethodDescriptionvoid
ClientConnectionRunner.failLeaseRequest
(LeaseRequestState req) Constructors in net.i2p.router.client with parameters of type LeaseRequestStateModifierConstructorDescriptionRequestLeaseSetJob
(RouterContext ctx, ClientConnectionRunner runner, LeaseRequestState state)