|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ProcessingException in de.phleisch.app.itsucks.processing |
|---|
| Subclasses of ProcessingException in de.phleisch.app.itsucks.processing | |
|---|---|
class |
AbortProcessingException
|
| Methods in de.phleisch.app.itsucks.processing that throw ProcessingException | |
|---|---|
void |
DataProcessorChain.init()
Initializes all the chain and all processors in it. |
void |
DataProcessor.init()
Initializes the data processor. |
DataChunk |
DataProcessor.process(DataChunk pDataChunk)
Processes the given data chunk. |
void |
DataProcessorChain.run()
Starts the data retriever and processes the data in the processor chain. |
| Uses of ProcessingException in de.phleisch.app.itsucks.processing.download.http.impl |
|---|
| Methods in de.phleisch.app.itsucks.processing.download.http.impl that throw ProcessingException | |
|---|---|
void |
HtmlParser.init()
|
void |
ContentParser.init()
|
void |
HttpRedirectorProcessor.init()
|
DataChunk |
ContentParser.process(DataChunk pDataChunk)
|
| Uses of ProcessingException in de.phleisch.app.itsucks.processing.download.impl |
|---|
| Methods in de.phleisch.app.itsucks.processing.download.impl that throw ProcessingException | |
|---|---|
void |
PersistenceProcessor.init()
|
DataChunk |
PersistenceProcessor.process(DataChunk pDataChunk)
|
| Uses of ProcessingException in de.phleisch.app.itsucks.processing.impl |
|---|
| Methods in de.phleisch.app.itsucks.processing.impl that throw ProcessingException | |
|---|---|
protected void |
DataProcessorChainImpl.dispatchChunk(DataChunk pDataChunk)
|
protected void |
DataProcessorChainImpl.dispatchFinalChunk()
|
void |
SeekDataProcessorWrapper.init()
|
void |
DataProcessorChainImpl.init()
|
void |
AbstractDataProcessor.init()
|
protected void |
DataProcessorChainImpl.internalRun()
|
protected void |
DataProcessorChainImpl.process(byte[] pBuffer,
int pBytes)
|
DataChunk |
SeekDataProcessorWrapper.process(DataChunk pDataChunk)
|
protected void |
DataProcessorChainImpl.pumpData()
|
void |
DataProcessorChainImpl.run()
|
| Constructors in de.phleisch.app.itsucks.processing.impl with parameters of type ProcessingException | |
|---|---|
DataProcessorChainImpl.ContainerRuntimeException(ProcessingException pCause)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||