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 | Description |
---|---|---|
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 | Description |
---|---|---|
Connection |
Connection.response(Connection.Response response) |
Set the connection's response
|
Modifier and Type | Class | Description |
---|---|---|
static class |
HttpConnection.Response |
Modifier and Type | Method | Description |
---|---|---|
Connection.Response |
HttpConnection.execute() |
|
Connection.Response |
HttpConnection.response() |
Modifier and Type | Method | Description |
---|---|---|
Connection |
HttpConnection.response(Connection.Response response) |
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.