Uses of Interface
com.echomine.net.TransferRateThrottler

Packages that use TransferRateThrottler
com.echomine.net   
 

Uses of TransferRateThrottler in com.echomine.net
 

Classes in com.echomine.net that implement TransferRateThrottler
 class SimpleTransferRateThrottler
          This transfer rate throttler simply throttles the rate by checking to see if the rate is above the rate limit, and if it is, sleep occurs so that the rate is decreased (since rate is calculated as data transferred over a period of time).
 

Methods in com.echomine.net that return TransferRateThrottler
 TransferRateThrottler FileModel.getThrottler()
           
 TransferRateThrottler AbstractFileHandler.getTransferRateThrottler()
           
 TransferRateThrottler FileHandler.getTransferRateThrottler()
           
 

Methods in com.echomine.net with parameters of type TransferRateThrottler
 void FileModel.setThrottler(TransferRateThrottler throttler)
          sets the transfer rate throttler to use for throttling the transfer rate
 void AbstractFileHandler.setTransferRateThrottler(TransferRateThrottler throttler)
          sets the transfer rate throttler.
 

Constructors in com.echomine.net with parameters of type TransferRateThrottler
FileModel(java.lang.String filename, java.lang.String saveLocation, long resumeOffset, TransferRateThrottler throttler)
           
 



Copyright © 2001-2005 Echomine. All Rights Reserved.