类 SimpleHttpServer

java.lang.Object
com.tlcsdm.core.httpserver.SimpleHttpServer

public class SimpleHttpServer extends Object
SimpleHttpServer封装.
作者:
unknowIfGuestInDream
  • 字段详细资料

    • simpleServer

      private final net.jonathangiles.tools.teenyhttpd.TeenyHttpd simpleServer
  • 构造器详细资料

    • SimpleHttpServer

      public SimpleHttpServer(int port, String path, String rootPath)
  • 方法详细资料

    • start

      public void start()
      启动http服务.
    • stop

      public void stop()
      关闭http服务.