Class 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>
      void
      run​(java.lang.Class<T> serverClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        private static final java.util.logging.Logger LOG
        logger to log to.
    • Constructor Detail

      • ServerRunner

        public ServerRunner()
    • Method Detail

      • executeInstance

        public static void executeInstance​(NanoHTTPD server)
      • run

        public static <T extends NanoHTTPD> void run​(java.lang.Class<T> serverClass)