Class HttpServer


  • public final class HttpServer
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HttpServer.Server  
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpServer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static HttpServer.Server getServer()  
      static void start​(java.io.File externalFileDir, java.lang.String hostDirPath)  
      • Methods inherited from class java.lang.Object

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

      • HttpServer

        public HttpServer()
    • Method Detail

      • start

        public static void start​(java.io.File externalFileDir,
                                 java.lang.String hostDirPath)