Package | Description |
---|---|
net.i2p.router.web |
Class and Description |
---|
ContentHelper |
FormHandler
Simple form handler base class - does not depend on servlets or jsp,
but instead the subclasses are populated with javabean properties.
|
HelperBase
Base helper
|
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.
|
PluginStarter
Start/stop/delete plugins that are already installed
Get properties of installed plugins
Get or change settings in plugins.config
|
PluginUpdateChecker
Check for an updated version of a plugin.
|
PluginUpdateHandler
Download and install a plugin.
|
RouterConsoleRunner.WarFilenameFilter |
StatSummarizer
A thread started by RouterConsoleRunner that
checks the configuration for stats to be tracked via jrobin,
and adds or deletes RRDs as necessary.
|
SummaryHelper
Simple helper to query the appropriate router for data necessary to render
the summary sections on the router console.
|
SummaryListener
Creates and updates the in-memory or on-disk RRD database,
and provides methods to generate graphs of the data
|
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. |
UpdateHandler.UpdateRunner |