public abstract class DocumentFetcher<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static DocumentParserFactory |
PARSER_FACTORY |
| Constructor and Description |
|---|
DocumentFetcher() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
requestDocuments(HttpConnection httpConnection) |
protected static final DocumentParserFactory PARSER_FACTORY
public List<T> requestDocuments(HttpConnection httpConnection) throws IOException, DirectoryRequestFailedException
Copyright © 2015. All rights reserved.