See: Description
Interface | Description |
---|---|
RateLimitHandler |
The interface for handling rate limits
|
Class | Description |
---|---|
BufferedRateLimitHandler |
The
BufferedRateLimitHandler extends the DefaultRateLimitHandler . |
DefaultRateLimitHandler |
This is the default
RateLimitHandler . |
Exception | Description |
---|---|
RateLimitException |
Thrown when the Riot Api returns error code 429 (rate limit exceeded).
|
RespectedRateLimitException |
Thrown when the
RateLimitHandler decides to drop a request instead of sending it to the Riot API to prevent violating the rate
limit. |