Class DevStaticHandler

java.lang.Object
io.quarkus.vertx.http.runtime.handlers.DevStaticHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class DevStaticHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
StaticHandler implementation to handle static resources using the Classpath. This is meant to be used on LaunchMode.DEVELOPMENT mode.
  • Constructor Details

  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext context)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>