Uses of Class
net.i2p.data.Lease
Package
Description
These classes define the common data structures used by the various
I2P protocols.
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).
Creates and parses garlic messages.
-
Uses of Lease in net.i2p.data
Modifier and TypeClassDescriptionclass
Like Lease but with 4-byte timestamps.class
Like a Lease, but points to another LeaseSet. -
Uses of Lease in net.i2p.data.i2cp
-
Uses of Lease in net.i2p.router.message
Modifier and TypeFieldDescription(package private) final ConcurrentHashMap<OutboundCache.HashPair,
Lease> OutboundCache.leaseCache
Use the same inbound tunnel (i.e.Modifier and TypeMethodDescription(package private) void
OutboundCache.clearCaches
(OutboundCache.HashPair hashPair, Lease lease, TunnelInfo inTunnel, TunnelInfo outTunnel) Called on failure to give us a better chance of success next time.