public class HtmlContentsResponse extends ContentsResponse<org.jsoup.nodes.Document>
| Modifier and Type | Method and Description |
|---|---|
org.jsoup.nodes.Document |
getContent() |
getContentsBodyReader, getError, getHeader, getStatuspublic org.jsoup.nodes.Document getContent()
throws IOException
getContent in class ContentsResponse<org.jsoup.nodes.Document>IOException - if error occurs while parsing the response body as a type T instanceCopyright © 2019. All rights reserved.