class PipermailHarvester.Archive.SetupFetcher extends AbstractFetcher
| Modifier and Type | Field and Description |
|---|---|
(package private) PipermailHarvester.Archive |
archive |
| Constructor and Description |
|---|
PipermailHarvester.Archive.SetupFetcher(PipermailHarvester.Archive archive) |
| Modifier and Type | Method and Description |
|---|---|
void |
fault(String msg)
This is called instead of run if something below the HTTP layer goes
wrong.
|
void |
run()
The Runnable is called once the input stream and code is set.
|
archiveUrl, equals, getInputStream, getStatusCode, hashCode, path, setInputStream, setStatusCode, urlfinal PipermailHarvester.Archive archive
public PipermailHarvester.Archive.SetupFetcher(PipermailHarvester.Archive archive)