| org.jsoup.Connection.Response |
Known Indirect Subclasses
|
Represents a HTTP response.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the body of the response as a plain string.
| |||||||||||
Get the body of the response as an array of bytes.
| |||||||||||
Get the character set name of the response.
| |||||||||||
Get the response content type (e.g.
| |||||||||||
Parse the body of the response as a Document.
| |||||||||||
Get the status code of the response.
| |||||||||||
Get the status message of the response.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.jsoup.Connection.Base
| |||||||||||
Get the body of the response as an array of bytes.
Get the character set name of the response.
Get the response content type (e.g. "text/html");
Get the status code of the response.
Get the status message of the response.