| Package | Description |
|---|---|
| net.i2p.router.web | The router console user interface, implemented in routerconsole.jar, with these classes supporting the webapp in routerconsole.war. |
| net.i2p.router.web.helpers | Helpers and handlers for the router console user interface, with these classes supporting the webapp in routerconsole.war. |
| Modifier and Type | Class and Description |
|---|---|
class | ConfigServiceHandlerHandler to deal with form submissions from the service config form and act
upon the values. |
class | ConfigUpdateHandlerHandler for router update configuration. |
class | TuningFormHandlerForm handler for the transport tuning page. |
| Modifier and Type | Class and Description |
|---|---|
class | ConfigAdvancedHandlerHandles form submissions from the advanced configuration page. |
class | ConfigBanHandlerHandler to deal with form submissions from the ban configuration form. |
class | ConfigClientsHandlerHandles configuration changes for I2P client applications and web apps. |
class | ConfigFamilyHandlerHandler for family configuration. |
class | ConfigHomeHandlerSimple home page configuration. |
class | ConfigKeyringHandlerHandles adding and revoking keys from the router keyring. |
class | ConfigLoggingHandlerHandler to deal with form submissions from the logging config form and act
upon the values. |
class | ConfigNetHandlerHandler to deal with form submissions from the main config form and act
upon the values. |
class | ConfigPeerHandlerHandler for peer configuration. |
class | ConfigReseedHandlerHandler for reseed configuration form processing. |
class | ConfigSidebarHandlerSimple sidebar configuration handler. |
class | ConfigStatsHandlerHandler to deal with form submissions from the stats config form and act
upon the values. |
class | ConfigTunnelsHandlerHandler to deal with form submissions from the tunnel config form and act
upon the values. |
class | ConfigUIHandlerHandles router console UI configuration and theme management. |
class | EventLogHelperHelper for router event log display and filtering. |
class | GraphHelperRenders the graphs list (/graphs.jsp) and the single-stat page (/graph.jsp),
plus the graph display configuration form. |
class | NetDbHelperHelper for network database page rendering and form processing. |
class | WizardHandlerThe new user wizard. |