public class StaticFileHandler
extends java.lang.Object
implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
Constructor and Description |
---|
StaticFileHandler(io.vertx.core.Vertx vertx,
java.lang.String webRoot,
java.lang.String index,
java.util.List<WebResource> resources,
boolean gzipFiles,
boolean caching) |
Modifier and Type | Method and Description |
---|---|
void |
handle(io.vertx.core.http.HttpServerRequest req) |
public StaticFileHandler(io.vertx.core.Vertx vertx, java.lang.String webRoot, java.lang.String index, java.util.List<WebResource> resources, boolean gzipFiles, boolean caching)
Copyright © 2021. All Rights Reserved.