Uses of Class
net.i2p.router.client.LeaseRequestState

Packages that use LeaseRequestState
net.i2p.router.client   
 

Uses of LeaseRequestState in net.i2p.router.client
 

Methods in net.i2p.router.client that return LeaseRequestState
(package private)  LeaseRequestState ClientConnectionRunner.getLeaseRequest()
          data for the current leaseRequest, or null if there is no active leaseSet request
 

Methods in net.i2p.router.client with parameters of type LeaseRequestState
(package private)  void ClientConnectionRunner.setLeaseRequest(LeaseRequestState req)
           
 

Constructors in net.i2p.router.client with parameters of type LeaseRequestState
RequestLeaseSetJob(RouterContext ctx, ClientConnectionRunner runner, LeaseSet set, long expiration, Job onCreate, Job onFail, LeaseRequestState state)