| Package | Description |
|---|---|
| net.i2p.router.update | Classes to implement the router update process for checking and applying
I2P router updates from the update manager. |
| net.i2p.util | Core utility classes and helper functions used throughout the I2P 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. |
| org.klomp.snark.web | The I2PSnark web user interface package, providing a complete web-based torrent management system
implemented as a webapp in i2psnark.war. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | DevSU3UpdateCheckerCheck for an updated su3 version. |
(package private) class | DevSU3UpdateRunnerEepget the .su3 file to the temp dir, then notify. |
(package private) class | NewsFetcherTask to fetch updates to the news.xml, and to keep
track of whether that has an announcement for a new version. |
(package private) class | PluginUpdateCheckerCheck for an updated version of a plugin. |
(package private) class | PluginUpdateRunnerCheck for an updated version of a plugin. |
(package private) class | UnsignedUpdateCheckerDoes a simple EepHead to get the last-modified header. |
(package private) class | UnsignedUpdateRunnerEepget the .zip file to the temp dir, then notify.r
Moved from UnsignedUpdateHandler and turned into an UpdateTask. |
(package private) class | UpdateRunnerThe downloader for router signed updates,
and the base class for all the other Checkers and Runners. |
| Modifier and Type | Class and Description |
|---|---|
class | DNSOverHTTPSSimple implemetation of DNS over HTTPS. |
protected class | EepGet.CLIStatusListenerCLIStatusListener. |
| Modifier and Type | Field and Description |
|---|---|
protected List<EepGet.StatusListener> | EepGet._listenersRegistered status listeners for progress callbacks |
| Modifier and Type | Method and Description |
|---|---|
void | EepGet.addStatusListener(EepGet.StatusListener lsnr)Add a status listener. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | WebPeerBEP 19. |
| Modifier and Type | Class and Description |
|---|---|
class | FetchAndAddA cancellable torrent file downloader. |