Class VertxRequestHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

    public class VertxRequestHandler
    extends Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    Author:
    Julien Viet
    • Field Detail

      • vertx

        protected final io.vertx.core.Vertx vertx
      • rootPath

        protected final String rootPath
      • association

        protected final io.quarkus.security.identity.CurrentIdentityAssociation association
      • executor

        protected final Executor executor
      • readTimeout

        protected final long readTimeout
    • Constructor Detail

      • VertxRequestHandler

        public VertxRequestHandler​(io.vertx.core.Vertx vertx,
                                   org.jboss.resteasy.spi.ResteasyDeployment deployment,
                                   String rootPath,
                                   BufferAllocator allocator,
                                   Executor executor,
                                   long readTimeout)
    • Method Detail

      • handle

        public void handle​(io.vertx.ext.web.RoutingContext request)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>