public class HttpFetchResponse extends Object
Constructor and Description |
---|
HttpFetchResponse(CrawlState crawlState,
int statusCode,
String reasonPhrase) |
Modifier and Type | Method and Description |
---|---|
CrawlState |
getCrawlState() |
String |
getReasonPhrase() |
int |
getStatusCode() |
String |
toString() |
public HttpFetchResponse(CrawlState crawlState, int statusCode, String reasonPhrase)
public CrawlState getCrawlState()
public int getStatusCode()
public String getReasonPhrase()
Copyright © 2009–2021 Norconex Inc.. All rights reserved.