public class Server extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
launchServer(String dotenv_path,
String log4j_path)
Create a server set by .env file settings and the server is listening
sockets.
|
static void |
stopServer()
Stop the server properly.
|
public static void launchServer(String dotenv_path, String log4j_path)
dotenv_path - relative path to .envlog4j_path - relative path to log4j directorypublic static void stopServer()
Copyright © 2019. All rights reserved.