Package | Description |
---|---|
net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
net.rithms.riot.api.request.ratelimit |
This package contains the classes that are used by requests internally to automatically handle rate limit
|
Modifier and Type | Field and Description |
---|---|
RateLimitHandler |
ApiConfig.DEFAULT_RATE_LIMIT_HANDLER |
Modifier and Type | Method and Description |
---|---|
RateLimitHandler |
ApiConfig.getRateLimitHandler() |
Modifier and Type | Method and Description |
---|---|
ApiConfig |
ApiConfig.setRateLimitHandler(RateLimitHandler rateLimitHandler)
Sets the
RateLimitHandler to take care of rate limiting. |
Modifier and Type | Class and Description |
---|---|
class |
BufferedRateLimitHandler
The
BufferedRateLimitHandler extends the DefaultRateLimitHandler . |
class |
DefaultRateLimitHandler
This is the default
RateLimitHandler . |