public class VertxRequestHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
| Modifier and Type | Field and Description |
|---|---|
protected BufferAllocator |
allocator |
protected io.quarkus.security.identity.CurrentIdentityAssociation |
association |
protected io.quarkus.arc.runtime.BeanContainer |
beanContainer |
protected CurrentVertxRequest |
currentVertxRequest |
protected RequestDispatcher |
dispatcher |
protected Executor |
executor |
protected long |
readTimeout |
protected String |
rootPath |
protected io.vertx.core.Vertx |
vertx |
| Constructor and 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) |
protected final io.vertx.core.Vertx vertx
protected final RequestDispatcher dispatcher
protected final String rootPath
protected final BufferAllocator allocator
protected final io.quarkus.arc.runtime.BeanContainer beanContainer
protected final io.quarkus.security.identity.CurrentIdentityAssociation association
protected final CurrentVertxRequest currentVertxRequest
protected final Executor executor
protected final long readTimeout
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)
Copyright © 2020 JBoss by Red Hat. All rights reserved.