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

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

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

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

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

Classes in de.phleisch.app.itsucks.io.http.impl that implement UrlDataRetriever
 class HttpFileResumeUrlRetriever
          This retriever is used to resume partial downloaded files.
 class HttpRetriever
          Implementation of an data retriever for the http protocol.
 

Fields in de.phleisch.app.itsucks.io.http.impl declared as UrlDataRetriever
protected  UrlDataRetriever HttpFileResumeUrlRetriever.mWrappedUrlDataRetriever
           
 

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

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

Classes in de.phleisch.app.itsucks.io.impl that implement UrlDataRetriever
 class AbstractUrlDataRetriever
          Abstract implementation of an data retriever.
 

Uses of UrlDataRetriever in de.phleisch.app.itsucks.job.download.http.impl
 

Methods in de.phleisch.app.itsucks.job.download.http.impl that return UrlDataRetriever
 UrlDataRetriever HttpRetrieverFactory.createDataRetriever(java.net.URL pUrl, Context pGroupContext, java.util.List<JobParameter> pParameterList)
           
 

Methods in de.phleisch.app.itsucks.job.download.http.impl with parameters of type UrlDataRetriever
 ResumeUrlDataRetriever HttpRetrieverFactory.createResumeDataRetriever(UrlDataRetriever pDataRetriever, java.io.File pFile)
           
 

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

Fields in de.phleisch.app.itsucks.job.download.impl declared as UrlDataRetriever
protected  UrlDataRetriever UrlDownloadJob.mDataRetriever
           
 

Methods in de.phleisch.app.itsucks.job.download.impl that return UrlDataRetriever
 UrlDataRetriever DataRetrieverFactory.createDataRetriever(java.net.URL pUrl, Context pGroupContext, java.util.List<JobParameter> pParameterList)
           
 UrlDataRetriever UrlDownloadJob.getDataRetriever()
           
 

Methods in de.phleisch.app.itsucks.job.download.impl with parameters of type UrlDataRetriever
 ResumeUrlDataRetriever DataRetrieverFactory.createResumeDataRetriever(UrlDataRetriever pDataRetriever, java.io.File pFile)
           
 



Copyright © 2010. All Rights Reserved.