public class LWSServer
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log
Used for logging.
|
Constructor and Description |
---|
LWSServer() |
Modifier and Type | Method and Description |
---|---|
static int |
getWebServerShutdownPort()
Gets the web server shutdown port the server is listening on.
|
void |
run() |
void |
shutdown() |
void |
startServer() |
public void startServer()
public void shutdown()
public void run()
run
in interface java.lang.Runnable
public static int getWebServerShutdownPort()