public class MockHttpServer extends Object
| Constructor and Description |
|---|
MockHttpServer() |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.net.httpserver.HttpServer |
createHttp(InetSocketAddress addr,
int backlog) |
static com.sun.net.httpserver.HttpsServer |
createHttps(InetSocketAddress addr,
int backlog) |
public static com.sun.net.httpserver.HttpsServer createHttps(InetSocketAddress addr, int backlog) throws IOException
IOExceptionpublic static com.sun.net.httpserver.HttpServer createHttp(InetSocketAddress addr, int backlog) throws IOException
IOExceptionCopyright © 2016. All rights reserved.