Class LocalServer
java.lang.Object
com.mohamnag.jstatic.local_server.LocalServer
Starts a local server that does two things:
- serves contents of a requested directory over requested port
- listens to any request with PUT method (no matter which path) and triggers a rebuild
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LocalServer
-
-
Method Details
-
start
public void start()
-