public class EmbeddedHttpServer extends Object
| Constructor and Description |
|---|
EmbeddedHttpServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String format,
Object... args) |
static void |
destroy() |
void |
error(String format,
Object... args) |
static EmbeddedHttpServer |
getInstance() |
void |
info(String format,
Object... args) |
void |
start() |
void |
start(ClassLoader classLoader) |
void |
stop() |
public static EmbeddedHttpServer getInstance()
public static void destroy()
public void start()
throws IOException
IOExceptionpublic void start(ClassLoader classLoader) throws IOException
IOExceptionpublic void stop()
Copyright © 2018. All rights reserved.