Uses of Class
org.springframework.cloud.gateway.handler.FilteringWebHandler
Packages that use FilteringWebHandler
Package
Description
TODO: package javadoc.
-
Uses of FilteringWebHandler in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return FilteringWebHandlerModifier and TypeMethodDescriptionGatewayAutoConfiguration.filteringWebHandler(List<GlobalFilter> globalFilters, GatewayProperties properties) Methods in org.springframework.cloud.gateway.config with parameters of type FilteringWebHandlerModifier and TypeMethodDescriptionGatewayAutoConfiguration.routePredicateHandlerMapping(FilteringWebHandler webHandler, RouteLocator routeLocator, GlobalCorsProperties globalCorsProperties, org.springframework.core.env.Environment environment) -
Uses of FilteringWebHandler in org.springframework.cloud.gateway.handler
Constructors in org.springframework.cloud.gateway.handler with parameters of type FilteringWebHandlerModifierConstructorDescriptionRoutePredicateHandlerMapping(FilteringWebHandler webHandler, RouteLocator routeLocator, GlobalCorsProperties globalCorsProperties, org.springframework.core.env.Environment environment)