private HttpServer()

in api/src/main/java/org/apache/peeco/api/HttpServer.java [33:38]


    private HttpServer(Builder builder)
    {
        this.port = builder.port;
        this.ssl = builder.ssl;
        this.host = builder.host;
    }