Class BandwidthThrottler

java.lang.Object
com.enterprisedt.net.ftp.BandwidthThrottler

public class BandwidthThrottler extends Object
Helps throttle bandwidth for transfers
Version:
$Revision$
Author:
Bruce Blackshaw
  • 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()