Uses of Class
net.i2p.app.ClientAppState
Package | Description |
---|---|
net.i2p.app |
Interfaces for classes to be started and stopped via clients.config.
|
net.i2p.apps.systray |
A system tray control for launching the I2P router console.
|
net.i2p.BOB |
BOB, the Basic Open Bridge, allows TCP applications to talk over I2P - DEPRECATED - Please port applications to SAMv3.
|
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.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
net.i2p.jetty |
Classes for starting Jetty, logging requests, and debug logging to the I2P router log.
|
net.i2p.router.news |
Classes to parse the I2P news format, which follows the Atom
standard with additional metadata for the I2P update notification feature.
|
net.i2p.router.startup |
The I2P startup package loads the configuration when I2P is started.
|
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.
|
net.i2p.sam |
The SAM client API.
|
org.klomp.snark |
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
Methods in net.i2p.app that return ClientAppState Modifier and Type Method Description ClientAppState
ClientApp. getState()
The current state of the ClientApp.static ClientAppState
ClientAppState. valueOf(String name)
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.Methods in net.i2p.app with parameters of type ClientAppState Modifier and Type Method Description void
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
Methods in net.i2p.apps.systray that return ClientAppState Modifier and Type Method Description ClientAppState
UrlLauncher. getState()
ClientApp interface -
Uses of ClientAppState in net.i2p.BOB
Methods in net.i2p.BOB that return ClientAppState Modifier and Type Method Description ClientAppState
BOB. getState()
Deprecated. -
Uses of ClientAppState in net.i2p.desktopgui
Methods in net.i2p.desktopgui that return ClientAppState Modifier and Type Method Description ClientAppState
Main. getState()
-
Uses of ClientAppState in net.i2p.i2pcontrol
Methods in net.i2p.i2pcontrol that return ClientAppState Modifier and Type Method Description ClientAppState
I2PControlController. getState()
ClientAppState
SocketController. getState()
-
Uses of ClientAppState in net.i2p.i2ptunnel
Methods in net.i2p.i2ptunnel that return ClientAppState Modifier and Type Method Description ClientAppState
TunnelControllerGroup. getState()
ClientApp interface -
Uses of ClientAppState in net.i2p.jetty
Methods in net.i2p.jetty that return ClientAppState Modifier and Type Method Description ClientAppState
JettyStart. getState()
-
Uses of ClientAppState in net.i2p.router.news
Methods in net.i2p.router.news that return ClientAppState Modifier and Type Method Description ClientAppState
NewsManager. getState()
-
Uses of ClientAppState in net.i2p.router.startup
Methods in net.i2p.router.startup with parameters of type ClientAppState Modifier and Type Method Description void
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
Methods in net.i2p.router.sybil that return ClientAppState Modifier and Type Method Description ClientAppState
Analysis. getState()
-
Uses of ClientAppState in net.i2p.router.update
Methods in net.i2p.router.update that return ClientAppState Modifier and Type Method Description ClientAppState
ConsoleUpdateManager. getState()
-
Uses of ClientAppState in net.i2p.router.web
Methods in net.i2p.router.web that return ClientAppState Modifier and Type Method Description ClientAppState
RouterConsoleRunner. getState()
ClientAppState
StatSummarizer. getState()
-
Uses of ClientAppState in net.i2p.sam
Methods in net.i2p.sam that return ClientAppState Modifier and Type Method Description ClientAppState
SAMBridge. getState()
-
Uses of ClientAppState in org.klomp.snark
Methods in org.klomp.snark that return ClientAppState Modifier and Type Method Description ClientAppState
SnarkManager. getState()
ClientApp method.