Class VxWebHandlerPlus

java.lang.Object
org.noear.solon.web.vertx.VxWebHandler
org.noear.solon.server.vertx.http.VxWebHandlerPlus
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>, org.noear.solon.web.vertx.VxHandler

public class VxWebHandlerPlus extends org.noear.solon.web.vertx.VxWebHandler
Since:
2.9
Author:
noear
  • Constructor Details

    • VxWebHandlerPlus

      public VxWebHandlerPlus()
  • Method Details

    • preHandle

      protected void preHandle(org.noear.solon.core.handle.Context ctx) throws IOException
      Overrides:
      preHandle in class org.noear.solon.web.vertx.VxWebHandler
      Throws:
      IOException