public class TwitterRateLimit
extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit()
Returns the rate limit ceiling for that given request
|
int |
getRemaining()
Returns the number of requests left for the 15 minute window
|
long |
getReset()
Returns epoch time that rate limit reset will happen.
|