Uses of Class
org.springframework.cloud.gateway.handler.FilteringWebHandler
-
Packages that use FilteringWebHandler Package Description org.springframework.cloud.gateway.config org.springframework.cloud.gateway.handler -
-
Uses of FilteringWebHandler in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return FilteringWebHandler Modifier and Type Method Description FilteringWebHandlerGatewayAutoConfiguration. filteringWebHandler(List<GlobalFilter> globalFilters)Methods in org.springframework.cloud.gateway.config with parameters of type FilteringWebHandler Modifier and Type Method Description RoutePredicateHandlerMappingGatewayAutoConfiguration. 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 FilteringWebHandler Constructor Description RoutePredicateHandlerMapping(FilteringWebHandler webHandler, RouteLocator routeLocator, GlobalCorsProperties globalCorsProperties, org.springframework.core.env.Environment environment)
-