Package com.norconex.crawler.web.fetch
Class AggregatedWebFetchResponse
java.lang.Object
com.norconex.crawler.core.fetch.AggregatedFetchResponse
com.norconex.crawler.web.fetch.AggregatedWebFetchResponse
- All Implemented Interfaces:
FetchResponse,WebFetchResponse
HTTP Multi-response information obtained from fetching a document.
Getter methods return values from the last response.
- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.norconex.crawler.core.fetch.AggregatedFetchResponse
getException, getFetchResponses, getLastFetchResponse, getProcessingOutcome, getReasonPhrase, getStatusCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.norconex.crawler.core.fetch.FetchResponse
getException, getProcessingOutcome, getReasonPhrase, getStatusCode
-
Constructor Details
-
AggregatedWebFetchResponse
-
-
Method Details
-
getRedirectTarget
- Specified by:
getRedirectTargetin interfaceWebFetchResponse
-
getUserAgent
- Specified by:
getUserAgentin interfaceWebFetchResponse
-
equals
- Overrides:
equalsin classAggregatedFetchResponse
-
canEqual
- Overrides:
canEqualin classAggregatedFetchResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classAggregatedFetchResponse
-
toString
- Overrides:
toStringin classAggregatedFetchResponse
-