| Package | Description |
|---|---|
| net.i2p.router.web |
The router console user interface, implemented in routerconsole.jar, with these classes
supporting the webapp in routerconsole.war.
|
| 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
|
| HomeHelper.App |
| NewsHelper
If news file does not exist, use file from the initialNews directory
in $I2P
|
| PluginStarter
Start/stop/delete plugins that are already installed
Get properties of installed plugins
Get or change settings in plugins.config
|
| 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.
|
| SummaryHelper.NetworkState |
| SummaryHelper.NetworkStateMessage
State message to be displayed to the user in the summary bar.
|
| SummaryListener
Creates and updates the in-memory or on-disk RRD database,
and provides methods to generate graphs of the data
|
| UDPSorters.PeerComparator |