Uses of Interface
io.quarkus.vertx.http.runtime.filters.Filter
Packages that use Filter
-
Uses of Filter in io.quarkus.vertx.http.runtime
Method parameters in io.quarkus.vertx.http.runtime with type arguments of type FilterModifier and TypeMethodDescriptionvoidVertxHttpRecorder.finalizeRouter(io.quarkus.arc.runtime.BeanContainer container, Consumer<io.vertx.ext.web.Route> defaultRouteHandler, List<Filter> filterList, List<Filter> managementInterfaceFilterList, Supplier<io.vertx.core.Vertx> vertx, LiveReloadConfig liveReloadConfig, Optional<RuntimeValue<io.vertx.ext.web.Router>> mainRouterRuntimeValue, RuntimeValue<io.vertx.ext.web.Router> httpRouterRuntimeValue, RuntimeValue<io.vertx.mutiny.ext.web.Router> mutinyRouter, RuntimeValue<io.vertx.ext.web.Router> frameworkRouter, RuntimeValue<io.vertx.ext.web.Router> managementRouter, String rootPath, String nonRootPath, LaunchMode launchMode, BooleanSupplier[] requireBodyHandlerConditions, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler, 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 FilterModifier and TypeClassDescriptionstatic classSimple implementation of filter.Methods in io.quarkus.vertx.http.runtime.filters that return types with arguments of type Filter