Uses of Interface
com.codeupsoft.interceptor.ratelimit.strategy.RateLimitTypeStrategy
Packages that use RateLimitTypeStrategy
Package
Description
-
Uses of RateLimitTypeStrategy in com.codeupsoft.interceptor.ratelimit.strategy.factory
Methods in com.codeupsoft.interceptor.ratelimit.strategy.factory that return RateLimitTypeStrategyModifier and TypeMethodDescriptionRateLimitTypeStrategyFactory.getStrategy(String strategyName) 获取指定名称的限流策略.Constructor parameters in com.codeupsoft.interceptor.ratelimit.strategy.factory with type arguments of type RateLimitTypeStrategyModifierConstructorDescription构造方法. -
Uses of RateLimitTypeStrategy in com.codeupsoft.interceptor.ratelimit.strategy.impl
Classes in com.codeupsoft.interceptor.ratelimit.strategy.impl that implement RateLimitTypeStrategyModifier and TypeClassDescriptionclass默认限流key生成策略实现.classIP限流策略实现.