Package org.rootservices.otter.server
Class HttpServer
- java.lang.Object
-
- org.rootservices.otter.server.HttpServer
-
public class HttpServer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HttpServer()
-
Method Summary
Modifier and Type Method Description static ServletContainermakeServer(HttpServerConfig config)static voidrun(HttpServerConfig config)
-
-
-
Method Detail
-
run
public static void run(HttpServerConfig config)
-
makeServer
public static ServletContainer makeServer(HttpServerConfig config)
-
-