Interface IHttpFetchResponse
-
- All Known Implementing Classes:
HttpFetchClientResponse
public interface IHttpFetchResponse
- Since:
- 3.0.0
- Author:
- Pascal Essiembre
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CrawlState
getCrawlState()
Exception
getException()
String
getReasonPhrase()
String
getRedirectTarget()
int
getStatusCode()
String
getUserAgent()
-
-
-
Method Detail
-
getCrawlState
CrawlState getCrawlState()
-
getStatusCode
int getStatusCode()
-
getReasonPhrase
String getReasonPhrase()
-
getUserAgent
String getUserAgent()
-
getException
Exception getException()
-
getRedirectTarget
String getRedirectTarget()
-
-