Uses of Class
net.i2p.data.Lease
-
Packages that use Lease Package Description net.i2p.data These classes define the common data structures used by the various I2P protocols.net.i2p.data.i2cp The Invisible Internet Client Protocol (I2CP) allows applications simplified access to the I2P network without requiring them to deal with the issues involved with the Invisible Internet Network Protocol (I2NP).net.i2p.router.message Creates and parses garlic messages. -
-
Uses of Lease in net.i2p.data
Methods in net.i2p.data that return Lease Modifier and Type Method Description LeaseLeaseSet. getLease(int index)Methods in net.i2p.data with parameters of type Lease Modifier and Type Method Description voidLeaseSet. addLease(Lease lease) -
Uses of Lease in net.i2p.data.i2cp
Methods in net.i2p.data.i2cp that return Lease Modifier and Type Method Description LeaseRequestVariableLeaseSetMessage. getEndpoint(int endpoint)Methods in net.i2p.data.i2cp with parameters of type Lease Modifier and Type Method Description voidRequestVariableLeaseSetMessage. addEndpoint(Lease lease) -
Uses of Lease in net.i2p.router.message
Fields in net.i2p.router.message with type parameters of type Lease Modifier and Type Field Description (package private) ConcurrentHashMap<OutboundCache.HashPair,Lease>OutboundCache. leaseCacheUse the same inbound tunnel (i.e.Methods in net.i2p.router.message with parameters of type Lease Modifier and Type Method Description (package private) voidOutboundCache. clearCaches(OutboundCache.HashPair hashPair, Lease lease, TunnelInfo inTunnel, TunnelInfo outTunnel)Called on failure to give us a better chance of success next time.
-