Uses of Interface
net.i2p.update.Checker
Packages that use Checker
Package
Description
Classes to implement the update process.
Interfaces for classes to assist in the update process without
needing the router context.
- 
Uses of Checker in net.i2p.router.update
Classes in net.i2p.router.update that implement CheckerModifier and TypeClassDescription(package private) classHandles the request to update the router by firing off anEepGetcall to download the latest su3 file and display the status.(package private) classDummy to lock up the updates for a period of timeclassTask 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) classCheck for or download an updated version of a plugin.(package private) classHandles the request to update the router by firing off anEepGetcall to download the latest unsigned zip file and displaying the status to anyone who asks.Methods in net.i2p.router.update with parameters of type CheckerModifier and TypeMethodDescriptionvoidConsoleUpdateManager.register(Checker updater, UpdateType type, UpdateMethod method, int priority) voidConsoleUpdateManager.unregister(Checker updater, UpdateType type, UpdateMethod method)  - 
Uses of Checker in net.i2p.update
Methods in net.i2p.update with parameters of type CheckerModifier and TypeMethodDescriptionvoidUpdateManager.register(Checker checker, UpdateType type, UpdateMethod method, int priority) voidUpdateManager.unregister(Checker checker, UpdateType type, UpdateMethod method)