Class ResteasyStandaloneRecorder

java.lang.Object
io.quarkus.resteasy.runtime.standalone.ResteasyStandaloneRecorder

public class ResteasyStandaloneRecorder extends Object
Provides the runtime methods to bootstrap Resteasy in standalone mode.
  • Field Details

    • RESTEASY_URI_INFO

      static final String RESTEASY_URI_INFO
    • readTimeout

      final io.quarkus.runtime.RuntimeValue<HttpConfiguration> readTimeout
  • Constructor Details

    • ResteasyStandaloneRecorder

      public ResteasyStandaloneRecorder(io.quarkus.runtime.RuntimeValue<HttpConfiguration> readTimeout)
  • Method Details

    • staticInit

      public void staticInit(org.jboss.resteasy.spi.ResteasyDeployment dep, String path)
    • start

      public void start(io.quarkus.runtime.ShutdownContext shutdown, boolean isVirtual)
    • vertxRequestHandler

      public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> vertxRequestHandler(Supplier<io.vertx.core.Vertx> vertx, Executor executor, ResteasyVertxConfig config, HttpBuildTimeConfig httpBuildTimeConfig)
    • vertxFailureHandler

      public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> vertxFailureHandler(Supplier<io.vertx.core.Vertx> vertx, Executor executor, ResteasyVertxConfig config, boolean noCustomAuthCompletionExMapper, boolean noCustomAuthFailureExMapper, boolean noCustomAuthRedirectExMapper, boolean proactive)
    • defaultAuthFailureHandler

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