public class EmbeddedServer extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
| Constructor and Description |
|---|
EmbeddedServer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
startServer(String port) |
void |
stopServer() |
public static final int DEFAULT_PORT
public void startServer(String port) throws IOException
IOExceptionpublic void stopServer()
public static void main(String[] args) throws IOException
IOExceptionCopyright © 2016. All rights reserved.