public interface Filter
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.http.HttpServerResponse response) |
default void |
init(io.vertx.ext.web.RoutingContext context) |
void doFilter(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.http.HttpServerResponse response)
throws IOException,
io.vertx.core.VertxException
IOExceptionio.vertx.core.VertxExceptiondefault void init(io.vertx.ext.web.RoutingContext context)
Copyright © 2019. All rights reserved.