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