Package com.bytedance.rheatrace.server
Class HttpServer
- java.lang.Object
-
- com.bytedance.rheatrace.server.HttpServer
-
public final class HttpServer extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpServer.Server
-
Constructor Summary
Constructors Constructor Description HttpServer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpServer.ServergetServer()static voidstart(java.io.File externalFileDir, java.lang.String hostDirPath)
-
-
-
Method Detail
-
getServer
public static HttpServer.Server getServer()
-
start
public static void start(java.io.File externalFileDir, java.lang.String hostDirPath)
-
-