Package | Description |
---|---|
org.jsoup |
Contains the main
Jsoup class, which provides convenient static access to the jsoup functionality. |
org.jsoup.helper |
Modifier and Type | Method and Description |
---|---|
Connection.Response |
Connection.Response.charset(java.lang.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 | Field and Description |
---|---|
private Connection.Response |
HttpConnection.res |
Modifier and Type | Method and Description |
---|---|
Connection.Response |
HttpConnection.execute() |
Connection.Response |
HttpConnection.response() |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpConnection.response(Connection.Response response) |
private void |
HttpConnection.Response.setupFromConnection(java.net.HttpURLConnection conn,
Connection.Response previousResponse) |