Uses of Class
com.echomine.net.FileModel

Packages that use FileModel
com.echomine.net   
 

Uses of FileModel in com.echomine.net
 

Fields in com.echomine.net declared as FileModel
protected  FileModel AbstractFileHandler.model
           
 

Methods in com.echomine.net that return FileModel
 FileModel FileEvent.getFileModel()
           
 FileModel FileHandler.getModel()
           
 FileModel AbstractFileHandler.getModel()
           
 

Methods in com.echomine.net with parameters of type FileModel
 void AbstractFileHandler.setModel(FileModel model)
          sets the file model for this file transfer.
 void TransferRateThrottler.throttle(FileModel filemodel)
          Throttles the transfer rate based on the information provided by the file model.
 void SimpleTransferRateThrottler.throttle(FileModel filemodel)
           
 

Constructors in com.echomine.net with parameters of type FileModel
AbstractFileHandler(FileModel model)
          by default with no throttling
FileEvent(FileHandler handler, FileModel fmodel, int status)
           
FileEvent(FileHandler handler, FileModel fmodel, int status, java.lang.String errormsg)
           
 



Copyright © 2001-2005 Echomine. All Rights Reserved.