Uses of Class
org.mockserver.model.RateLimit
Packages that use RateLimit
Package
Description
-
Uses of RateLimit in org.mockserver.mock
Methods in org.mockserver.mock that return RateLimitMethods in org.mockserver.mock with parameters of type RateLimit -
Uses of RateLimit in org.mockserver.model
Methods in org.mockserver.model that return RateLimitModifier and TypeMethodDescriptionstatic RateLimitRateLimit.rateLimit()RateLimit.withAlgorithm(RateLimit.Algorithm algorithm) RateLimit.withErrorStatus(Integer errorStatus) RateLimit.withRefillPerSecond(Double refillPerSecond) RateLimit.withRetryAfter(String retryAfter) RateLimit.withWindowMillis(Long windowMillis) -
Uses of RateLimit in org.mockserver.ratelimit
Methods in org.mockserver.ratelimit with parameters of type RateLimitModifier and TypeMethodDescriptionRateLimitRegistry.tryAcquire(RateLimit rl, String fallbackKey) Record one request against the named rate limit and report the decision. -
Uses of RateLimit in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return RateLimitConstructors in org.mockserver.serialization.model with parameters of type RateLimit