Searched refs:throttleBytesPerPeriod (Results 1 – 2 of 2) sorted by relevance
45 private int throttleBytesPerPeriod = Integer.MAX_VALUE; field in MockResponse237 this.throttleBytesPerPeriod = bytesPerPeriod; in throttleBody()244 return throttleBytesPerPeriod; in getThrottleBytesPerPeriod()
36 private long throttleBytesPerPeriod = Long.MAX_VALUE; field in MockResponse203 this.throttleBytesPerPeriod = bytesPerPeriod; in throttleBody()210 return throttleBytesPerPeriod; in getThrottleBytesPerPeriod()