Class VertxWebRecorder

java.lang.Object
io.quarkus.vertx.web.runtime.VertxWebRecorder

public class VertxWebRecorder extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final io.quarkus.vertx.http.runtime.VertxHttpBuildTimeConfig
     
    (package private) final io.quarkus.runtime.RuntimeValue<io.quarkus.vertx.http.runtime.VertxHttpConfig>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    VertxWebRecorder(io.quarkus.runtime.RuntimeValue<io.quarkus.vertx.http.runtime.VertxHttpConfig> httpConfig, io.quarkus.vertx.http.runtime.VertxHttpBuildTimeConfig httpBuildTimeConfig)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
     
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    compressRouteHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> routeHandler, io.quarkus.vertx.http.runtime.HttpCompression compression)
     
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    createHandler(String handlerClassName)
     
    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)
     
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    runOnVirtualThread(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> routeHandler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • httpConfig

      final io.quarkus.runtime.RuntimeValue<io.quarkus.vertx.http.runtime.VertxHttpConfig> httpConfig
    • httpBuildTimeConfig

      final io.quarkus.vertx.http.runtime.VertxHttpBuildTimeConfig httpBuildTimeConfig
  • Constructor Details

    • VertxWebRecorder

      public VertxWebRecorder(io.quarkus.runtime.RuntimeValue<io.quarkus.vertx.http.runtime.VertxHttpConfig> httpConfig, io.quarkus.vertx.http.runtime.VertxHttpBuildTimeConfig httpBuildTimeConfig)
  • Method Details

    • createHandler

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

      public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> runOnVirtualThread(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> routeHandler)
    • compressRouteHandler

      public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> compressRouteHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> routeHandler, io.quarkus.vertx.http.runtime.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)
    • addAuthFailureHandler

      public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> addAuthFailureHandler()