Uses of Class
org.springframework.cloud.gateway.handler.predicate.RemoteAddrRoutePredicateFactory.Config
-
Packages that use RemoteAddrRoutePredicateFactory.Config Package Description org.springframework.cloud.gateway.handler.predicate -
-
Uses of RemoteAddrRoutePredicateFactory.Config in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate that return RemoteAddrRoutePredicateFactory.Config Modifier and Type Method Description RemoteAddrRoutePredicateFactory.ConfigRemoteAddrRoutePredicateFactory.Config. setRemoteAddressResolver(RemoteAddressResolver remoteAddressResolver)RemoteAddrRoutePredicateFactory.ConfigRemoteAddrRoutePredicateFactory.Config. setSources(String... sources)RemoteAddrRoutePredicateFactory.ConfigRemoteAddrRoutePredicateFactory.Config. setSources(List<String> sources)Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type RemoteAddrRoutePredicateFactory.Config Modifier and Type Method Description Predicate<org.springframework.web.server.ServerWebExchange>RemoteAddrRoutePredicateFactory. apply(RemoteAddrRoutePredicateFactory.Config config)
-