| 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 |
ConfigServiceHandler
Handler to deal with form submissions from the service config form and act
upon the values.
|
class |
ConfigUpdateHandler
Handler for router update configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigAdvancedHandler
Handles form submissions from the advanced configuration page.
|
class |
ConfigClientsHandler
Handles configuration changes for I2P client applications and web apps.
|
class |
ConfigFamilyHandler
Handler for family configuration.
|
class |
ConfigHomeHandler
Simple home page configuration.
|
class |
ConfigKeyringHandler
Support additions via B64 Destkey, B64 Desthash, blahblah.i2p, and others
supported by ConvertToHash
|
class |
ConfigLoggingHandler
Handler to deal with form submissions from the logging config form and act
upon the values.
|
class |
ConfigNetHandler
Handler to deal with form submissions from the main config form and act
upon the values.
|
class |
ConfigPeerHandler
Handler for peer configuration.
|
class |
ConfigReseedHandler
Handler for reseed configuration form processing.
|
class |
ConfigSidebarHandler
Simple sidebar configuration handler.
|
class |
ConfigStatsHandler
Handler to deal with form submissions from the stats config form and act
upon the values.
|
class |
ConfigTunnelsHandler
Handler to deal with form submissions from the tunnel config form and act
upon the values.
|
class |
ConfigUIHandler
Handles router console UI configuration and theme management.
|
class |
EventLogHelper
Helper for router event log display and filtering.
|
class |
GraphHelper
/graphs.jsp, including form, and /graph.jsp
|
class |
NetDbHelper
Helper for network database page rendering and form processing.
|
class |
WizardHandler
The new user wizard.
|