Class FileSystemStaticHandler

java.lang.Object
io.quarkus.vertx.http.runtime.devmode.FileSystemStaticHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>, Closeable, AutoCloseable

public class FileSystemStaticHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>, Closeable
A Handler to serve static files from jar files or from a local directory.