Package | Description |
---|---|
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.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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Connection.ResendPacketEvent
Coordinate the resends of a given packet
|
Modifier and Type | Method and Description |
---|---|
SimpleTimer2.TimedEvent |
PacketLocal.getResendEvent() |
Modifier and Type | Method and Description |
---|---|
void |
PacketLocal.setResendPacketEvent(SimpleTimer2.TimedEvent evt) |
Modifier and Type | Class and Description |
---|---|
static class |
LoadClientAppsJob.DelayedRunClient
Public for router console only, not for use by others, subject to change
|
Modifier and Type | Class and Description |
---|---|
protected class |
TunnelGateway.DelayedFlush |
Modifier and Type | Method and Description |
---|---|
SimpleTimer2.TimedEvent |
FragmentedMessage.getExpireEvent()
used in the fragment handler so we can cancel the expire event on success
|
Modifier and Type | Method and Description |
---|---|
void |
FragmentedMessage.setExpireEvent(SimpleTimer2.TimedEvent evt) |
Modifier and Type | Field and Description |
---|---|
protected SimpleTimer2.TimedEvent |
DecayingBloomFilter._decayEvent |
Modifier and Type | Class and Description |
---|---|
class |
SocketTimeout
This should be deprecated.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
IdleChecker
Periodically check for idle condition based on connected peers,
and reduce/restore tunnel count as necessary.
|