パッケージ | 説明 |
---|---|
net.i2p.client.streaming.impl |
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
|
net.i2p.router.startup |
The I2P startup package loads the configuration when I2P is started.
|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
net.i2p.router.tunnel |
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
|
net.i2p.router.util |
These classes define the several useful utilities used
throughout the router.
|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
org.klomp.snark |
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
(package private) class |
Connection.ResendPacketEvent |
Coordinate the resends of a given packet
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
SimpleTimer2.TimedEvent |
PacketLocal.getResendEvent() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
PacketLocal.setResendPacketEvent(SimpleTimer2.TimedEvent evt) |
修飾子とタイプ | クラス | 説明 |
---|---|---|
static class |
LoadClientAppsJob.DelayedRunClient |
Public for router console only, not for use by others, subject to change
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
(package private) class |
PeerTestEvent |
Initiate a test (we are Alice)
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
protected class |
TunnelGateway.DelayedFlush |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
SimpleTimer2.TimedEvent |
FragmentedMessage.getExpireEvent() |
used in the fragment handler so we can cancel the expire event on success
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
FragmentedMessage.setExpireEvent(SimpleTimer2.TimedEvent evt) |
修飾子とタイプ | フィールド | 説明 |
---|---|---|
protected SimpleTimer2.TimedEvent |
DecayingBloomFilter._decayEvent |
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
SocketTimeout |
This should be deprecated.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
(package private) class |
IdleChecker |
Periodically check for idle condition based on connected peers,
and reduce/restore tunnel count as necessary.
|