Class ResourceNotFoundHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

    public class ResourceNotFoundHandler
    extends Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    Lists all routes when no route matches the path in the dev mode.
    • Method Detail

      • handle

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