public class SimpleServerWrapper extends java.lang.Object implements HttpServerWrapper
| Constructor and Description |
|---|
SimpleServerWrapper(Handler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
start(int port,
javax.net.ssl.SSLContext context,
boolean authReq) |
void |
stop() |
public SimpleServerWrapper(Handler handler) throws java.io.IOException
java.io.IOExceptionpublic void start(int port,
javax.net.ssl.SSLContext context,
boolean authReq)
throws java.io.IOException
start in interface HttpServerWrapperjava.io.IOExceptionpublic void stop()
throws java.io.IOException
stop in interface HttpServerWrapperjava.io.IOExceptionCopyright © 2014. All Rights Reserved.