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

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

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

Subinterfaces of DataRetriever in de.phleisch.app.itsucks.io
 interface ResumeUrlDataRetriever
           
 interface UrlDataRetriever
           
 

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

Classes in de.phleisch.app.itsucks.io.http.impl that implement DataRetriever
 class HttpFileResumeUrlRetriever
          This retriever is used to resume partial downloaded files.
 class HttpRetriever
          Implementation 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 AbstractUrlDataRetriever
          Abstract implementation of an data retriever.
 class FileRetriever
          Implementation of an data retriever which can read files from the filesystem.
 class FilterDataRetriever
           
 class SequenceRetriever
           
 

Fields in de.phleisch.app.itsucks.io.impl declared as DataRetriever
protected  DataRetriever FilterDataRetriever.mDataRetriever
           
protected  DataRetriever SequenceRetriever.mFirst
           
protected  DataRetriever SequenceRetriever.mSecond
           
 

Constructors in de.phleisch.app.itsucks.io.impl with parameters of type DataRetriever
SequenceRetriever(DataRetriever pPrimaryRetriever, DataRetriever pFirst, DataRetriever pSecond)
           
 

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

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



Copyright © 2010. All Rights Reserved.