Package io.vertx.up.uca.web.filter
Interface Filter
- All Known Implementing Classes:
HttpFilter
public interface Filter
-
Method Summary
-
Method Details
-
doFilter
void doFilter(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpServerResponse response) throws IOException, io.vertx.core.VertxException - Throws:
IOExceptionio.vertx.core.VertxException
-
init
default void init(io.vertx.ext.web.RoutingContext context)
-