|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Updater | |
---|---|
net.i2p.router.update | Classes to implement the update process. |
net.i2p.update | Interfaces for classes to assist in the update process without needing the router context. |
Uses of Updater in net.i2p.router.update |
---|
Classes in net.i2p.router.update that implement Updater | |
---|---|
(package private) class |
DummyHandler
Dummy to lock up the updates for a period of time |
(package private) class |
NewsHandler
Task to periodically look for updates to the news.xml, and to keep track of whether that has an announcement for a new version. |
(package private) class |
PluginUpdateHandler
Check for or download an updated version of a plugin. |
(package private) class |
UnsignedUpdateHandler
Handles the request to update the router by firing off an EepGet call to download the latest unsigned zip file
and displaying the status to anyone who asks. |
(package private) class |
UpdateHandler
Handles the request to update the router by firing one or more EepGet calls to download the latest signed update file
and displaying the status to anyone who asks. |
Methods in net.i2p.router.update with parameters of type Updater | |
---|---|
void |
ConsoleUpdateManager.register(Updater updater,
UpdateType type,
UpdateMethod method,
int priority)
Call once for each type/method pair. |
void |
ConsoleUpdateManager.unregister(Updater updater,
UpdateType type,
UpdateMethod method)
|
Uses of Updater in net.i2p.update |
---|
Methods in net.i2p.update with parameters of type Updater | |
---|---|
void |
UpdateManager.register(Updater updater,
UpdateType type,
UpdateMethod method,
int priority)
Call once for each type/method pair. |
void |
UpdateManager.unregister(Updater updater,
UpdateType type,
UpdateMethod method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |