Uses of Interface
io.quarkus.vertx.http.runtime.filters.Filter
-
Packages that use Filter Package Description io.quarkus.vertx.http.runtime io.quarkus.vertx.http.runtime.filters -
-
Uses of Filter in io.quarkus.vertx.http.runtime
Method parameters in io.quarkus.vertx.http.runtime with type arguments of type Filter Modifier and Type Method Description voidVertxHttpRecorder. finalizeRouter(io.quarkus.arc.runtime.BeanContainer container, Consumer<io.vertx.ext.web.Route> defaultRouteHandler, List<Filter> filterList, Supplier<io.vertx.core.Vertx> vertx, LiveReloadConfig liveReloadConfig, Optional<RuntimeValue<io.vertx.ext.web.Router>> mainRouterRuntimeValue, RuntimeValue<io.vertx.ext.web.Router> httpRouterRuntimeValue, String rootPath, LaunchMode launchMode, boolean requireBodyHandler, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler, HttpConfiguration httpConfiguration, GracefulShutdownFilter gracefulShutdownFilter, ShutdownConfig shutdownConfig, Executor executor) -
Uses of Filter in io.quarkus.vertx.http.runtime.filters
Classes in io.quarkus.vertx.http.runtime.filters that implement Filter Modifier and Type Class Description static classFilters.SimpleFilterSimple implementation of filter.Methods in io.quarkus.vertx.http.runtime.filters that return types with arguments of type Filter Modifier and Type Method Description List<Filter>Filters. getFilters()
-