public class RateLimit extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INTERVAL_DEFAULT |
static int |
REQUESTS_DEFAULT |
| Constructor and Description |
|---|
RateLimit() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInterval() |
int |
getRequests() |
void |
setInterval(int interval) |
void |
setRequests(int requests) |
public static final int REQUESTS_DEFAULT
public static final int INTERVAL_DEFAULT
Copyright © 2021. All Rights Reserved.