Uses of Interface
de.phleisch.app.itsucks.processing.DataProcessor

Packages that use DataProcessor
de.phleisch.app.itsucks.processing   
de.phleisch.app.itsucks.processing.download.http.impl   
de.phleisch.app.itsucks.processing.download.impl   
de.phleisch.app.itsucks.processing.impl   
 

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

Methods in de.phleisch.app.itsucks.processing that return types with arguments of type DataProcessor
 java.util.List<DataProcessor> DataProcessorChain.getDataProcessors()
          Returns a list with all data processors in the chain.
 

Methods in de.phleisch.app.itsucks.processing with parameters of type DataProcessor
 void DataProcessorChain.addDataProcessor(DataProcessor pDataProcessor)
          Adds an data processor at the end of the chain.
 void DataProcessorChain.replaceDataProcessor(DataProcessor pOldDataProcessor, DataProcessor pNewDataProcessor)
          Replaces an data processor in the chain.
 

Method parameters in de.phleisch.app.itsucks.processing with type arguments of type DataProcessor
 void DataProcessorChain.addDataProcessor(java.util.List<DataProcessor> pProcessorsForJob)
          Adds an list of data processors at the end of the chain.
 

Uses of DataProcessor in de.phleisch.app.itsucks.processing.download.http.impl
 

Classes in de.phleisch.app.itsucks.processing.download.http.impl that implement DataProcessor
 class ContentParser
           
 class FilterFileSizeProcessor
           
 class HtmlParser
           
 class HttpRedirectorProcessor
          This data processor analyzes the http request and searches for any 'Location' header fields.
 

Uses of DataProcessor in de.phleisch.app.itsucks.processing.download.impl
 

Classes in de.phleisch.app.itsucks.processing.download.impl that implement DataProcessor
 class PersistenceProcessor
          An data processor which saves the data in an file on the disk.
 

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

Classes in de.phleisch.app.itsucks.processing.impl that implement DataProcessor
 class AbstractDataParser
          Basic implementation of an processor which parses data.
 class AbstractDataProcessor
          Basic implementation of an data processor.
 class SeekDataProcessorWrapper
          This is data processor wrapper which encapsulates another data processor and skips a given count of bytes before giving the data to the encapsulates processor.
 

Fields in de.phleisch.app.itsucks.processing.impl declared as DataProcessor
protected  DataProcessor SeekDataProcessorWrapper.mDataProcessor
           
 

Fields in de.phleisch.app.itsucks.processing.impl with type parameters of type DataProcessor
protected  java.util.List<DataProcessor> DataProcessorChainImpl.mDataProcessors
           
 

Methods in de.phleisch.app.itsucks.processing.impl that return types with arguments of type DataProcessor
 java.util.List<DataProcessor> DataProcessorChainImpl.getDataProcessors()
           
 java.util.List<DataProcessor> DataProcessorManager.getProcessorsForProtocol(java.lang.String pProtocol, java.lang.String pMimetype)
           
 

Methods in de.phleisch.app.itsucks.processing.impl with parameters of type DataProcessor
 void DataProcessorChainImpl.addDataProcessor(DataProcessor pDataProcessor)
           
 void DataProcessorChainImpl.replaceDataProcessor(DataProcessor pOldDataProcessor, DataProcessor pNewDataProcessor)
           
 

Method parameters in de.phleisch.app.itsucks.processing.impl with type arguments of type DataProcessor
 void DataProcessorChainImpl.addDataProcessor(java.util.List<DataProcessor> pProcessorsForJob)
           
 

Constructors in de.phleisch.app.itsucks.processing.impl with parameters of type DataProcessor
SeekDataProcessorWrapper(DataProcessor pDataProcessor, long pSeekPosition)
           
 

Constructor parameters in de.phleisch.app.itsucks.processing.impl with type arguments of type DataProcessor
DataProcessorChainImpl(java.util.List<DataProcessor> pProcessorsForJob)
           
 



Copyright © 2010. All Rights Reserved.