See: Description
| Interface | Description |
|---|---|
| RouterApp |
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.
|
Interface and framework for applications managed by the I2P router via clients.config. Classes implementing the RouterApp interface are controlled through this interface rather than using main().
This package provides:
Benefits for clients using this interface: