public class QuarkusRequestFilter extends AbstractRequestFilter implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
This filter is responsible for managing the request lifecycle as well as setting up the necessary context to process incoming requests.
The filter itself runs in a event loop and should delegate to worker threads any blocking code (for now, all requests are handled as blocking).
| Constructor and Description |
|---|
QuarkusRequestFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.ext.web.RoutingContext context) |
protected boolean |
isAutoClose() |
close, filterpublic void handle(io.vertx.ext.web.RoutingContext context)
handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>protected boolean isAutoClose()
isAutoClose in class AbstractRequestFilterCopyright © 2020 JBoss by Red Hat. All rights reserved.