Uses of Enum
net.i2p.app.ClientAppState
Package
Description
Interfaces for classes to be started and stopped via clients.config.
A system tray control for launching the I2P router console.
Desktopgui is a graphical interface to I2P that allows managing the lifecycle of I2P from the system tray.
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
Classes for starting Jetty, logging requests, and debug logging to the I2P router log.
Classes to parse the I2P news format, which follows the Atom
standard with additional metadata for the I2P update notification feature.
The I2P startup package loads the configuration when I2P is started.
Classes to run offline Sybil analysis, and to
store and load the results.
Classes to implement the update process.
The router console user interface, implemented in routerconsole.jar, with these classes
supporting the webapp in routerconsole.war.
The SAM client API.
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
-
Uses of ClientAppState in net.i2p.app
Modifier and TypeMethodDescriptionClientApp.getState()
The current state of the ClientApp.static ClientAppState
Returns the enum constant of this type with the specified name.static ClientAppState[]
ClientAppState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ClientAppManager.notify
(ClientApp app, ClientAppState state, String message, Exception e) Must be called on all state transitions except from UNINITIALIZED to INITIALIZED.void
ClientAppManagerImpl.notify
(ClientApp app, ClientAppState state, String message, Exception e) Does nothing. -
Uses of ClientAppState in net.i2p.apps.systray
-
Uses of ClientAppState in net.i2p.desktopgui
-
Uses of ClientAppState in net.i2p.i2pcontrol
-
Uses of ClientAppState in net.i2p.i2ptunnel
-
Uses of ClientAppState in net.i2p.jetty
-
Uses of ClientAppState in net.i2p.router.news
-
Uses of ClientAppState in net.i2p.router.startup
Modifier and TypeMethodDescriptionvoid
RouterAppManager.notify
(ClientApp app, ClientAppState state, String message, Exception e) Must be called on all state transitions except from UNINITIALIZED to INITIALIZED. -
Uses of ClientAppState in net.i2p.router.sybil
-
Uses of ClientAppState in net.i2p.router.update
-
Uses of ClientAppState in net.i2p.router.web
-
Uses of ClientAppState in net.i2p.sam
-
Uses of ClientAppState in org.klomp.snark