@Warning(value="non-API") abstract class PipermailHarvester.ContextFetcher extends AbstractFetcher
Modifier and Type | Field and Description |
---|---|
protected PipermailHarvester.UpdateContext |
context |
Constructor and Description |
---|
PipermailHarvester.ContextFetcher(PipermailHarvester.UpdateContext context,
String path) |
Modifier and Type | Method and Description |
---|---|
void |
fault(String msg)
This is called instead of run if something below the HTTP layer goes
wrong.
|
archiveUrl, equals, getInputStream, getStatusCode, hashCode, path, setInputStream, setStatusCode, url
protected final PipermailHarvester.UpdateContext context
public PipermailHarvester.ContextFetcher(PipermailHarvester.UpdateContext context, String path)