Package | Description |
---|---|
net.i2p.router.networkdb.reseed | |
net.i2p.router.web | |
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
Modifier and Type | Class and Description |
---|---|
class |
Reseeder.ReseedRunner |
Modifier and Type | Class and Description |
---|---|
class |
NewsFetcher
Task to periodically look for updates to the news.xml, and to keep
track of whether that has an announcement for a new version.
|
class |
PluginUpdateChecker.PluginUpdateCheckerRunner |
class |
PluginUpdateHandler.PluginUpdateRunner |
class |
UnsignedUpdateHandler.UnsignedUpdateRunner
Eepget the .zip file to the temp dir, then copy it over
|
class |
UpdateHandler.UpdateRunner |
Modifier and Type | Class and Description |
---|---|
protected class |
EepGet.CLIStatusListener |
class |
EepGetScheduler
Deprecated.
unused a webapp version would be nice though
|
Modifier and Type | Field and Description |
---|---|
protected List<EepGet.StatusListener> |
EepGet._listeners |
Modifier and Type | Method and Description |
---|---|
void |
EepGet.addStatusListener(EepGet.StatusListener lsnr) |
Constructor and Description |
---|
EepGetScheduler(I2PAppContext ctx,
List urls,
List localFiles,
String proxyHost,
int proxyPort,
EepGet.StatusListener lsnr)
Deprecated.
|