|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientAppManager | |
|---|---|
| net.i2p.i2ptunnel | |
| net.i2p.jetty | |
| net.i2p.router.startup | The I2P startup package loads the configuration when I2P is started. |
| net.i2p.router.web | |
| Uses of ClientAppManager in net.i2p.i2ptunnel |
|---|
| Constructors in net.i2p.i2ptunnel with parameters of type ClientAppManager | |
|---|---|
TunnelControllerGroup(I2PAppContext context,
ClientAppManager mgr,
String[] args)
Instantiation only. |
|
| Uses of ClientAppManager in net.i2p.jetty |
|---|
| Constructors in net.i2p.jetty with parameters of type ClientAppManager | |
|---|---|
JettyStart(I2PAppContext context,
ClientAppManager mgr,
String[] args)
All args must be XML file names. |
|
| Uses of ClientAppManager in net.i2p.router.startup |
|---|
| Classes in net.i2p.router.startup that implement ClientAppManager | |
|---|---|
class |
RouterAppManager
Notify the router of events, and provide methods for client apps to find each other. |
| Uses of ClientAppManager in net.i2p.router.web |
|---|
| Constructors in net.i2p.router.web with parameters of type ClientAppManager | |
|---|---|
RouterConsoleRunner(RouterContext ctx,
ClientAppManager mgr,
String[] args)
non-SSL: RouterConsoleRunner RouterConsoleRunner 7657 RouterConsoleRunner 7657 127.0.0.1 RouterConsoleRunner 7657 127.0.0.1,::1 RouterConsoleRunner 7657 127.0.0.1,::1 ./webapps/ SSL: RouterConsoleRunner -s 7657 RouterConsoleRunner -s 7657 127.0.0.1 RouterConsoleRunner -s 7657 127.0.0.1,::1 RouterConsoleRunner -s 7657 127.0.0.1,::1 ./webapps/ If using both, non-SSL must be first: RouterConsoleRunner 7657 127.0.0.1 -s 7667 RouterConsoleRunner 7657 127.0.0.1 -s 7667 127.0.0.1 RouterConsoleRunner 7657 127.0.0.1,::1 -s 7667 127.0.0.1,::1 RouterConsoleRunner 7657 127.0.0.1,::1 -s 7667 127.0.0.1,::1 ./webapps/ |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||