- 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.