public interface Filter
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> |
getHandler()
The handler called on HTTP request.
|
int |
getPriority() |
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getHandler()
RoutingContext.next() to invoke the next filter or the user routes.int getPriority()
Copyright © 2020 JBoss by Red Hat. All rights reserved.