Uses of Class
org.springframework.cloud.gateway.handler.predicate.XForwardedRemoteAddrRoutePredicateFactory.Config
Packages that use XForwardedRemoteAddrRoutePredicateFactory.Config
-
Uses of XForwardedRemoteAddrRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicate
Subclasses with type arguments of type XForwardedRemoteAddrRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicateMethods in org.springframework.cloud.gateway.handler.predicate that return XForwardedRemoteAddrRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionXForwardedRemoteAddrRoutePredicateFactory.Config.setMaxTrustedIndex(int maxTrustedIndex) XForwardedRemoteAddrRoutePredicateFactory.Config.setSources(String... sources) XForwardedRemoteAddrRoutePredicateFactory.Config.setSources(List<String> sources) Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type XForwardedRemoteAddrRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionPredicate<org.springframework.web.server.ServerWebExchange> XForwardedRemoteAddrRoutePredicateFactory.apply(XForwardedRemoteAddrRoutePredicateFactory.Config config)