Package | Description |
---|---|
org.jsoup |
Contains the main
Jsoup class, which provides convenient static access to the jsoup functionality. |
org.jsoup.helper |
Package containing classes supporting the core jsoup code.
|
Modifier and Type | Method and Description |
---|---|
Connection.Response |
Connection.Response.bufferUp()
Read the body of the response into a local buffer, so that
parse() may be called repeatedly on the
same connection response (otherwise, once the response is read, its InputStream will have been drained and
may not be re-read). |
Connection.Response |
Connection.Response.charset(String charset)
Set / override the response character set.
|
Connection.Response |
Connection.execute()
Execute the request.
|
Connection.Response |
Connection.response()
Get the response, once the request has been executed.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.response(Connection.Response response)
Set the connection's response
|
Modifier and Type | Class and Description |
---|---|
static class |
HttpConnection.Response |
Modifier and Type | Method and Description |
---|---|
Connection.Response |
HttpConnection.Response.bufferUp() |
Connection.Response |
HttpConnection.execute() |
Connection.Response |
HttpConnection.response() |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpConnection.response(Connection.Response response) |
Copyright © 2009–2024 Jonathan Hedley. All rights reserved.