public class RouterManager extends Object
Constructor and Description |
---|
RouterManager() |
Modifier and Type | Method and Description |
---|---|
static I2PAppContext |
getAppContext() |
static RouterContext |
getRouterContext() |
static boolean |
inI2P()
Check if we are running inside I2P.
|
static void |
restart()
Restart the running I2P instance.
|
static void |
shutDown()
Stop the running I2P instance.
|
static void |
start()
Start an I2P router instance.
|
public static I2PAppContext getAppContext()
public static RouterContext getRouterContext() throws Exception
Exception
public static void start()
public static void restart()
public static void shutDown()
public static boolean inI2P()