Class ResteasyStandaloneRecorder


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

      • RESTEASY_URI_INFO

        static final String RESTEASY_URI_INFO
    • Constructor Detail

      • ResteasyStandaloneRecorder

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

      • staticInit

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

        public void start​(io.quarkus.runtime.ShutdownContext shutdown,
                          boolean isVirtual)
      • 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()