java.lang.Object
com.tlcsdm.core.httpserver.SimpleHttpServer
SimpleHttpServer封装.
- 作者:
- unknowIfGuestInDream
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
simpleServer
private final net.jonathangiles.tools.teenyhttpd.TeenyHttpd simpleServer
-
-
构造器详细资料
-
SimpleHttpServer
-
-
方法详细资料
-
start
public void start()启动http服务. -
stop
public void stop()关闭http服务.
-