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(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.execute() |
Connection.Response |
HttpConnection.response() |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpConnection.response(Connection.Response response) |
Copyright © 2017. All rights reserved.