パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
Lease |
LeaseSet.getLease(int index) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
LeaseSet.addLease(Lease lease) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
Lease |
RequestVariableLeaseSetMessage.getEndpoint(int endpoint) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
RequestVariableLeaseSetMessage.addEndpoint(Lease lease) |
修飾子とタイプ | フィールド | 説明 |
---|---|---|
(package private) java.util.concurrent.ConcurrentHashMap<OutboundCache.HashPair,Lease> |
OutboundCache.leaseCache |
Use the same inbound tunnel (i.e.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
(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.
|