public static interface HttpServer.JsInterface
| Modifier and Type | Method and Description |
|---|---|
String |
getURL(int mainVersion,
int patchVersion,
String entryPath)
Refer to
HttpServer.getURL(int, int, String). |
String |
getURL(String path)
Refer to
HttpServer.getURL(String). |
String |
getURL(String zipPath,
String entryPath)
Refer to
HttpServer.getURL(String, String). |
String getURL(String path)
HttpServer.getURL(String).String getURL(String zipPath, String entryPath)
HttpServer.getURL(String, String).String getURL(int mainVersion, int patchVersion, String entryPath)
HttpServer.getURL(int, int, String).mainVersion - mainVersionpatchVersion - patchVersionentryPath - entryPathreturn