public class StaticFileHandler
extends java.lang.Object
implements org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest>
| Constructor and Description | 
|---|
StaticFileHandler(org.vertx.java.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(org.vertx.java.core.http.HttpServerRequest req)  | 
public StaticFileHandler(org.vertx.java.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.