Uses of Interface
net.i2p.app.ClientApp
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.
Interface for classes to be started and stopped via clients.config.
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 ClientApp in net.i2p.app
Modifier and TypeFieldDescriptionprotected final ConcurrentHashMap<String,
ClientApp> ClientAppManagerImpl._registered
Modifier and TypeMethodDescriptionClientAppManager.getRegisteredApp
(String name) Get a registered app.ClientAppManagerImpl.getRegisteredApp
(String name) Get a registered app.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.boolean
Register with the manager under the given name, so that other clients may find it.boolean
Register with the manager under the given name, so that other clients may find it.void
ClientAppManager.unregister
(ClientApp app) Unregister with the manager.void
ClientAppManagerImpl.unregister
(ClientApp app) Unregister with the manager. -
Uses of ClientApp in net.i2p.apps.systray
Modifier and TypeClassDescriptionclass
A quick and simple multi-platform URL launcher. -
Uses of ClientApp in net.i2p.desktopgui
Modifier and TypeClassDescriptionclass
A simplified Main that does not require router.jar, for App Context only.class
The main class of the application. -
Uses of ClientApp in net.i2p.i2pcontrol
Modifier and TypeClassDescriptionclass
This handles the starting and stopping of Jetty from a single static class so it can be called via clients.config.class
This handles the starting and stopping of a ServerSocket from a single static class so it can be called via clients.config. -
Uses of ClientApp in net.i2p.i2ptunnel
Modifier and TypeClassDescriptionclass
Coordinate a set of tunnels within the JVM, loading and storing their config to disk, and building new ones as requested. -
Uses of ClientApp in net.i2p.jetty
Modifier and TypeClassDescriptionclass
Start Jetty where the args are one or more XML files. -
Uses of ClientApp in net.i2p.router.app
Modifier and TypeInterfaceDescriptioninterface
If a class started via clients.config implements this interface, it will be used to manage the client, instead of starting with main() Clients implementing this interface MUST provide the following constructor: public MyClientApp(RouterContext context, ClientAppManager listener, String[] args) {...} All parameters are non-null. -
Uses of ClientApp in net.i2p.router.news
-
Uses of ClientApp in net.i2p.router.startup
Modifier and TypeMethodDescriptionRouterAppManager.getClientApp
(String className, String[] args) Get the first known ClientApp with this class name and exact arguments.Modifier and TypeMethodDescriptionboolean
RouterAppManager.addAndStart
(ClientApp app, String[] args) void
RouterAppManager.notify
(ClientApp app, ClientAppState state, String message, Exception e) Must be called on all state transitions except from UNINITIALIZED to INITIALIZED.boolean
Register with the manager under the given name, so that other clients may find it.void
RouterAppManager.unregister
(ClientApp app) Unregister with the manager. -
Uses of ClientApp in net.i2p.router.sybil
-
Uses of ClientApp in net.i2p.router.update
Modifier and TypeClassDescriptionclass
The central resource coordinating updates. -
Uses of ClientApp in net.i2p.router.web
Modifier and TypeClassDescriptionclass
class
Start the router console.class
Alternative to ShellCommand for plugins based on ProcessBuilder, which manages a process and keeps track of it's state by maintaining a Process object.class
A thread started by RouterConsoleRunner that checks the configuration for stats to be tracked via jrobin, and adds or deletes RRDs as necessary. -
Uses of ClientApp in net.i2p.sam
-
Uses of ClientApp in org.klomp.snark