Package fi.iki.elonen.util
Class ServerRunner
- java.lang.Object
-
- fi.iki.elonen.util.ServerRunner
-
public class ServerRunner extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.logging.Logger
LOG
logger to log to.
-
Constructor Summary
Constructors Constructor Description ServerRunner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
executeInstance(NanoHTTPD server)
static <T extends NanoHTTPD>
voidrun(java.lang.Class<T> serverClass)
-