Package ch.squaredesk.nova.comm.http
Class SimpleHttpServer
- java.lang.Object
-
- ch.squaredesk.nova.comm.http.SimpleHttpServer
-
- All Implemented Interfaces:
AutoCloseable
public class SimpleHttpServer extends Object implements AutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static SimpleHttpServercreate(int port, String path, Consumer<com.sun.net.httpserver.HttpExchange> exchangeConsumer)
-
-
-
Method Detail
-
create
public static SimpleHttpServer create(int port, String path, Consumer<com.sun.net.httpserver.HttpExchange> exchangeConsumer) throws IOException
- Throws:
IOException
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-