-
public class PackagerStatusCheck
Use this class to check if the JavaScript packager is running on the provided host.
-
-
Constructor Summary
Constructors Constructor Description PackagerStatusCheck()
PackagerStatusCheck(OkHttpClient client)
-
Method Summary
Modifier and Type Method Description void
run(String host, PackagerStatusCallback callback)
-
-
Method Detail
-
run
void run(String host, PackagerStatusCallback callback)
-
-
-
-