Uses of Interface
org.springframework.cloud.gateway.support.ipresolver.RemoteAddressResolver
-
-
Uses of RemoteAddressResolver in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type RemoteAddressResolver Modifier and Type Method Description RemoteAddrRoutePredicateFactory.ConfigRemoteAddrRoutePredicateFactory.Config. setRemoteAddressResolver(RemoteAddressResolver remoteAddressResolver) -
Uses of RemoteAddressResolver in org.springframework.cloud.gateway.route.builder
Methods in org.springframework.cloud.gateway.route.builder with parameters of type RemoteAddressResolver Modifier and Type Method Description BooleanSpecPredicateSpec. remoteAddr(RemoteAddressResolver resolver, String... addrs)A predicate which checks the remote address of the request. -
Uses of RemoteAddressResolver in org.springframework.cloud.gateway.support.ipresolver
Classes in org.springframework.cloud.gateway.support.ipresolver that implement RemoteAddressResolver Modifier and Type Class Description classXForwardedRemoteAddressResolverParses the client address from the X-Forwarded-For header.
-