Package | Description |
---|---|
net.i2p |
Core I2P package, contains information about the I2P version and an entry point to access important elements.
|
net.i2p.BOB |
BOB, the Basic Open Bridge, allows TCP applications to talk over I2P.
|
net.i2p.i2ptunnel | |
net.i2p.jetty | |
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.startup |
The I2P startup package loads the configuration when I2P is started.
|
net.i2p.router.update |
Classes to implement the update process.
|
net.i2p.router.web | |
net.i2p.sam |
Modifier and Type | Method and Description |
---|---|
ClientAppManager |
I2PAppContext.clientAppManager()
The RouterAppManager in RouterContext, null always in I2PAppContext
|
Constructor and Description |
---|
BOB(I2PAppContext context,
ClientAppManager mgr,
String[] args)
For ClientApp interface.
|
Constructor and Description |
---|
TunnelControllerGroup(I2PAppContext context,
ClientAppManager mgr,
String[] args)
Instantiation only.
|
Constructor and Description |
---|
JettyStart(I2PAppContext context,
ClientAppManager mgr,
String[] args)
All args must be XML file names.
|
Modifier and Type | Method and Description |
---|---|
ClientAppManager |
RouterContext.clientAppManager()
The RouterAppManager.
|
Modifier and Type | Class and Description |
---|---|
class |
RouterAppManager
Notify the router of events, and provide methods for
client apps to find each other.
|
Constructor and Description |
---|
ConsoleUpdateManager(RouterContext ctx,
ClientAppManager listener,
String[] args) |
Constructor and Description |
---|
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/
|
Constructor and Description |
---|
SAMBridge(I2PAppContext context,
ClientAppManager mgr,
String[] args)
For ClientApp interface.
|