Class DevConsoleFilter

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

    public class DevConsoleFilter
    extends Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    This is a Handler running in the regular runtime Vert.x instance and what it does is to take the Vert.x request coming from client (under /q/dev/) and create the DevConsoleRequest that ends up being sent to the Netty Virtual Channel which is eventually piped into the Netty event loop that powers the Dev Vert.x instance.
    • Constructor Detail

      • DevConsoleFilter

        public DevConsoleFilter()
    • Method Detail

      • handle

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