Class VertxRequestHandler
- java.lang.Object
-
- io.quarkus.resteasy.runtime.standalone.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 Summary
Fields Modifier and Type Field Description protected BufferAllocatorallocatorprotected io.quarkus.security.identity.CurrentIdentityAssociationassociationprotected io.quarkus.arc.runtime.BeanContainerbeanContainerprotected CurrentVertxRequestcurrentVertxRequestprotected RequestDispatcherdispatcherprotected Executorexecutorprotected longreadTimeoutprotected StringrootPathprotected io.vertx.core.Vertxvertx
-
Constructor Summary
Constructors Constructor Description VertxRequestHandler(io.vertx.core.Vertx vertx, io.quarkus.arc.runtime.BeanContainer beanContainer, org.jboss.resteasy.spi.ResteasyDeployment deployment, String rootPath, BufferAllocator allocator, Executor executor, long readTimeout)
-
-
-
Field Detail
-
vertx
protected final io.vertx.core.Vertx vertx
-
dispatcher
protected final RequestDispatcher dispatcher
-
rootPath
protected final String rootPath
-
allocator
protected final BufferAllocator allocator
-
beanContainer
protected final io.quarkus.arc.runtime.BeanContainer beanContainer
-
association
protected final io.quarkus.security.identity.CurrentIdentityAssociation association
-
currentVertxRequest
protected final CurrentVertxRequest currentVertxRequest
-
executor
protected final Executor executor
-
readTimeout
protected final long readTimeout
-
-
Constructor Detail
-
VertxRequestHandler
public VertxRequestHandler(io.vertx.core.Vertx vertx, io.quarkus.arc.runtime.BeanContainer beanContainer, org.jboss.resteasy.spi.ResteasyDeployment deployment, String rootPath, BufferAllocator allocator, Executor executor, long readTimeout)
-
-