Uses of Interface
org.springframework.cloud.gateway.filter.ratelimit.KeyResolver
-
Packages that use KeyResolver Package Description org.springframework.cloud.gateway.config org.springframework.cloud.gateway.filter.factory org.springframework.cloud.gateway.filter.ratelimit -
-
Uses of KeyResolver in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config with parameters of type KeyResolver Modifier and Type Method Description RequestRateLimiterGatewayFilterFactoryGatewayAutoConfiguration. requestRateLimiterGatewayFilterFactory(RateLimiter rateLimiter, KeyResolver resolver) -
Uses of KeyResolver in org.springframework.cloud.gateway.filter.factory
Methods in org.springframework.cloud.gateway.filter.factory that return KeyResolver Modifier and Type Method Description KeyResolverRequestRateLimiterGatewayFilterFactory. getDefaultKeyResolver()KeyResolverRequestRateLimiterGatewayFilterFactory.Config. getKeyResolver()Methods in org.springframework.cloud.gateway.filter.factory with parameters of type KeyResolver Modifier and Type Method Description RequestRateLimiterGatewayFilterFactory.ConfigRequestRateLimiterGatewayFilterFactory.Config. setKeyResolver(KeyResolver keyResolver)Constructors in org.springframework.cloud.gateway.filter.factory with parameters of type KeyResolver Constructor Description RequestRateLimiterGatewayFilterFactory(RateLimiter defaultRateLimiter, KeyResolver defaultKeyResolver) -
Uses of KeyResolver in org.springframework.cloud.gateway.filter.ratelimit
Classes in org.springframework.cloud.gateway.filter.ratelimit that implement KeyResolver Modifier and Type Class Description classPrincipalNameKeyResolver
-