protected static final class WebhookClient.Bucket
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
limit |
static int |
RATE_LIMIT_CODE |
int |
remainingUses |
long |
resetTime |
| Modifier | Constructor and Description |
|---|---|
protected |
Bucket() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRateLimit() |
long |
retryAfter() |
void |
update(okhttp3.Response response) |
public static final int RATE_LIMIT_CODE
public long resetTime
public int remainingUses
public int limit