Package com.norconex.crawler.core.fetch
Interface FetchResponse
- All Known Subinterfaces:
FileFetchResponse,FolderPathsFetchResponse,WebFetchResponse
- All Known Implementing Classes:
AggregatedFetchResponse,AggregatedFileFetchResponse,AggregatedFolderPathsResponse,AggregatedWebFetchResponse,GenericFileFetchResponse,GenericFolderPathsFetchResponse,HttpClientFetchResponse
public interface FetchResponse
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Method Details
-
getProcessingOutcome
ProcessingOutcome getProcessingOutcome() -
getStatusCode
int getStatusCode() -
getReasonPhrase
String getReasonPhrase() -
getException
Exception getException()
-