Class HttpQueuePipeline
java.lang.Object
com.norconex.commons.lang.pipeline.Pipeline<DocInfoPipelineContext>
com.norconex.collector.http.pipeline.queue.HttpQueuePipeline
- All Implemented Interfaces:
IPipelineStage<DocInfoPipelineContext>
Performs a URL handling logic before actual processing of the document
it represents takes place. That is, before any
document or document header is downloaded.
Instances are only valid for the scope of a single URL.
- Author:
- Pascal Essiembre
-
Constructor Details
-
HttpQueuePipeline
public HttpQueuePipeline()
-