Class VertxWebRecorder


  • public class VertxWebRecorder
    extends Object
    • Method Detail

      • createHandler

        public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createHandler​(String handlerClassName)
      • compressRouteHandler

        public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> compressRouteHandler​(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> routeHandler,
                                                                                           HttpCompression compression)
      • createRouteFunction

        public Function<io.vertx.ext.web.Router,​io.vertx.ext.web.Route> createRouteFunction​(RouteMatcher matcher,
                                                                                                  io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler,
                                                                                                  boolean alwaysAuthenticateRoute)