Uses of Interface
org.springframework.cloud.gateway.support.ipresolver.RemoteAddressResolver
Packages that use RemoteAddressResolver
Package
Description
TODO: package javadoc.
-
Uses of RemoteAddressResolver in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type RemoteAddressResolverModifier and TypeMethodDescriptionRemoteAddrRoutePredicateFactory.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 RemoteAddressResolverModifier and TypeMethodDescriptionPredicateSpec.remoteAddr(@Nullable 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 RemoteAddressResolverModifier and TypeClassDescriptionclassParses the client address from the X-Forwarded-For header.