Uses of Interface
de.phleisch.app.itsucks.io.DataRetriever

Packages that use DataRetriever
de.phleisch.app.itsucks.io.http.impl   
de.phleisch.app.itsucks.io.impl   
de.phleisch.app.itsucks.job.download   
de.phleisch.app.itsucks.job.download.impl   
de.phleisch.app.itsucks.processing   
de.phleisch.app.itsucks.processing.impl   
 

Uses of DataRetriever in de.phleisch.app.itsucks.io.http.impl
 

Classes in de.phleisch.app.itsucks.io.http.impl that implement DataRetriever
 class AdvancedHttpRetriever
          Implentation of an data retriever for the http protocol.
 

Uses of DataRetriever in de.phleisch.app.itsucks.io.impl
 

Classes in de.phleisch.app.itsucks.io.impl that implement DataRetriever
 class AbstractDataRetriever
          Abstract implementation of an data retriever.
 class FileResumeRetriever
          This retriever is used to resume partial downloaded files.
 class FileRetriever
          Implementation of an data retriever which can read files from the filesystem.
 

Methods in de.phleisch.app.itsucks.io.impl that return DataRetriever
 DataRetriever DataRetrieverManager.getRetrieverForProtocol(java.lang.String pProtocol)
          Gets an data retriever for the given protocol (http, ftp, etc.).
 

Constructors in de.phleisch.app.itsucks.io.impl with parameters of type DataRetriever
FileResumeRetriever(DataRetriever pDataRetriever, java.io.File pFile)
           
 

Uses of DataRetriever in de.phleisch.app.itsucks.job.download
 

Methods in de.phleisch.app.itsucks.job.download that return DataRetriever
 DataRetriever DownloadJob.getDataRetriever()
           
 

Uses of DataRetriever in de.phleisch.app.itsucks.job.download.impl
 

Methods in de.phleisch.app.itsucks.job.download.impl that return DataRetriever
 DataRetriever UrlDownloadJob.getDataRetriever()
           
 

Uses of DataRetriever in de.phleisch.app.itsucks.processing
 

Methods in de.phleisch.app.itsucks.processing that return DataRetriever
 DataRetriever DataProcessorChain.getDataRetriever()
          Gets the data retriever.
 

Methods in de.phleisch.app.itsucks.processing with parameters of type DataRetriever
 void DataProcessorChain.setDataRetriever(DataRetriever pDataRetriever)
          Sets the data retriever.
 

Uses of DataRetriever in de.phleisch.app.itsucks.processing.impl
 

Fields in de.phleisch.app.itsucks.processing.impl declared as DataRetriever
protected  DataRetriever DataProcessorChainImpl.mDataRetriever
           
 

Methods in de.phleisch.app.itsucks.processing.impl that return DataRetriever
 DataRetriever DataProcessorChainImpl.getDataRetriever()
           
 

Methods in de.phleisch.app.itsucks.processing.impl with parameters of type DataRetriever
 void DataProcessorChainImpl.setDataRetriever(DataRetriever pDataRetriever)
           
 



Copyright © 2008. All Rights Reserved.