-
public class BandwidthThrottler.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerDEFAULT_LIMITprivate final IntegerNO_LIMITprivate final SimpleDateFormatformatterpublic final static BandwidthThrottler.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetDEFAULT_LIMIT()final IntegergetNO_LIMIT()final SimpleDateFormatgetFormatter()-
-
Method Detail
-
getDEFAULT_LIMIT
final Integer getDEFAULT_LIMIT()
-
getNO_LIMIT
final Integer getNO_LIMIT()
-
getFormatter
final SimpleDateFormat getFormatter()
-
-
-
-