Package | Description |
---|---|
net.i2p.app |
Interfaces for classes to be started and stopped via clients.config.
|
net.i2p.BOB |
BOB, the Basic Open Bridge, allows TCP applications to talk over I2P.
|
net.i2p.i2ptunnel | |
net.i2p.jetty | |
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientAppManager.notify(ClientApp app,
ClientAppState state,
String message,
Exception e)
Must be called on all state transitions except
from UNINITIALIZED to INITIALIZED.
|
Modifier and Type | Method and Description |
---|---|
ClientAppState |
BOB.getState() |
Modifier and Type | Method and Description |
---|---|
ClientAppState |
TunnelControllerGroup.getState()
ClientApp interface
|
Modifier and Type | Method and Description |
---|---|
ClientAppState |
JettyStart.getState() |
Modifier and Type | Method and Description |
---|---|
void |
RouterAppManager.notify(ClientApp app,
ClientAppState state,
String message,
Exception e)
Must be called on all state transitions except
from UNINITIALIZED to INITIALIZED.
|
Modifier and Type | Method and Description |
---|---|
ClientAppState |
ConsoleUpdateManager.getState() |
Modifier and Type | Method and Description |
---|---|
ClientAppState |
RouterConsoleRunner.getState() |
Modifier and Type | Method and Description |
---|---|
ClientAppState |
SAMBridge.getState() |