use of suite.http.HttpServe in project suite by stupidsing.
the class ServerMain method runHttpServer.
private void runHttpServer() {
sleep = (ms, r) -> {
Sleep.quietly(ms);
r.run();
};
new HttpServe(8051).serve(handler());
}
Aggregations