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.Request |
Connection.Request.data(Connection.KeyVal keyval)
Add a data parameter to the request
|
Connection.Request |
Connection.Request.followRedirects(boolean followRedirects)
Configures the request to (not) follow server redirects.
|
Connection.Request |
Connection.request()
Get the request object associatated with this connection
|
Connection.Request |
Connection.Request.timeout(int millis)
Update the request timeout.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.request(Connection.Request request)
Set the connection's request
|
Modifier and Type | Class and Description |
---|---|
static class |
HttpConnection.Request |
Modifier and Type | Method and Description |
---|---|
Connection.Request |
HttpConnection.Request.followRedirects(boolean followRedirects) |
Connection.Request |
HttpConnection.request() |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpConnection.request(Connection.Request request) |
Copyright © 2009-2021 Jonathan Hedley. All Rights Reserved.