Uses of Interface
net.i2p.router.app.RouterApp
| Package | Description |
|---|---|
| net.i2p.desktopgui |
Desktopgui is a graphical interface to I2P that allows managing the lifecycle of I2P from the system tray.
|
| net.i2p.i2pcontrol | |
| net.i2p.router.sybil |
Classes to run offline Sybil analysis, and to
store and load the results.
|
| net.i2p.router.update |
Classes to implement the update process.
|
| net.i2p.router.web |
The router console user interface, implemented in routerconsole.jar, with these classes
supporting the webapp in routerconsole.war.
|
-
Uses of RouterApp in net.i2p.desktopgui
Classes in net.i2p.desktopgui that implement RouterApp Modifier and Type Class Description classMainThe main class of the application. -
Uses of RouterApp in net.i2p.i2pcontrol
Classes in net.i2p.i2pcontrol that implement RouterApp Modifier and Type Class Description classI2PControlControllerThis handles the starting and stopping of Jetty from a single static class so it can be called via clients.config.classSocketControllerThis handles the starting and stopping of a ServerSocket from a single static class so it can be called via clients.config. -
Uses of RouterApp in net.i2p.router.sybil
Classes in net.i2p.router.sybil that implement RouterApp Modifier and Type Class Description classAnalysis -
Uses of RouterApp in net.i2p.router.update
Classes in net.i2p.router.update that implement RouterApp Modifier and Type Class Description classConsoleUpdateManagerThe central resource coordinating updates. -
Uses of RouterApp in net.i2p.router.web
Classes in net.i2p.router.web that implement RouterApp Modifier and Type Class Description classRouterConsoleRunnerStart the router console.