Package com.enterprisedt.net.ftp
Class BandwidthThrottler
java.lang.Object
com.enterprisedt.net.ftp.BandwidthThrottler
Helps throttle bandwidth for transfers
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidreset()voidsetThreshold(int thresholdBytesPerSec) voidthrottleTransfer(long bytesSoFar)
-
Constructor Details
-
BandwidthThrottler
public BandwidthThrottler(int thresholdBytesPerSec)
-
-
Method Details
-
setThreshold
public void setThreshold(int thresholdBytesPerSec) -
getThreshold
public int getThreshold() -
throttleTransfer
public void throttleTransfer(long bytesSoFar) -
reset
public void reset()
-