public class BandwidthThrottler
extends java.lang.Object
| Constructor and Description |
|---|
BandwidthThrottler(int thresholdBytesPerSec) |
| Modifier and Type | Method and Description |
|---|---|
int |
getThreshold() |
void |
reset() |
void |
setThreshold(int thresholdBytesPerSec) |
void |
throttleTransfer(long bytesSoFar) |
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.