Search in sources :

Example 1 with HttpServe

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());
}
Also used : HttpServe(suite.http.HttpServe)

Aggregations

HttpServe (suite.http.HttpServe)1