public class RunStandalone
extends Object
- Since:
- moved from ../web and fixed in 0.9.27
-
-
Method Summary
Modifier and Type |
Method |
Description |
static void |
main(String[] args) |
Usage: RunStandalone [host [port]] (but must match what's in the jetty-i2psnark.xml file)
|
static void |
shutdown() |
|
void |
start() |
|
void |
stop() |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
static final File APP_CONFIG_FILE
-
Method Details
-
public static void main(
String[] args)
Usage: RunStandalone [host [port]] (but must match what's in the jetty-i2psnark.xml file)
-
-
-
public static void shutdown()
- Since:
- 0.9.27