public static class ManilaRateLimit.ManilaLimit extends Object implements RateLimit.Limit, Serializable
| Constructor and Description |
|---|
ManilaLimit() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getNextAvailable() |
int |
getRemaining() |
RateLimit.TimeIntervalUnit |
getUnit() |
int |
getValue() |
HttpMethod |
getVerb() |
public int getValue()
getValue in interface RateLimit.Limitpublic HttpMethod getVerb()
getVerb in interface RateLimit.Limitpublic int getRemaining()
getRemaining in interface RateLimit.Limitpublic RateLimit.TimeIntervalUnit getUnit()
getUnit in interface RateLimit.Limitpublic Date getNextAvailable()
getNextAvailable in interface RateLimit.LimitCopyright © 2017. All rights reserved.