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