Package | Description |
---|---|
org.jsoup |
Contains the main
Jsoup class, which provides convenient static access to the jsoup functionality. |
org.jsoup.helper | |
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Method | Description |
---|---|---|
Connection.KeyVal |
Connection.KeyVal.contentType(String contentType) |
Set the Content Type header used in the MIME body (aka mimetype) when uploading files.
|
Connection.KeyVal |
Connection.data(String key) |
Get the data KeyVal for this key, if any
|
Connection.KeyVal |
Connection.KeyVal.inputStream(InputStream inputStream) |
Add or update an input stream to this keyVal
|
Connection.KeyVal |
Connection.KeyVal.key(String key) |
Update the key of a keyval
|
Connection.KeyVal |
Connection.KeyVal.value(String value) |
Update the value of a keyval
|
Modifier and Type | Method | Description |
---|---|---|
Collection<Connection.KeyVal> |
Connection.Request.data() |
Get all of the request's data parameters
|
Modifier and Type | Method | Description |
---|---|---|
Connection.Request |
Connection.Request.data(Connection.KeyVal keyval) |
Add a data parameter to the request
|
Modifier and Type | Method | Description |
---|---|---|
Connection |
Connection.data(Collection<Connection.KeyVal> data) |
Adds all of the supplied data to the request data parameters
|
Modifier and Type | Class | Description |
---|---|---|
static class |
HttpConnection.KeyVal |
Modifier and Type | Method | Description |
---|---|---|
Connection.KeyVal |
HttpConnection.KeyVal.contentType(String contentType) |
|
Connection.KeyVal |
HttpConnection.data(String key) |
Modifier and Type | Method | Description |
---|---|---|
Collection<Connection.KeyVal> |
HttpConnection.Request.data() |
Modifier and Type | Method | Description |
---|---|---|
HttpConnection.Request |
HttpConnection.Request.data(Connection.KeyVal keyval) |
Modifier and Type | Method | Description |
---|---|---|
Connection |
HttpConnection.data(Collection<Connection.KeyVal> data) |
Modifier and Type | Method | Description |
---|---|---|
List<Connection.KeyVal> |
FormElement.formData() |
Get the data that this form submits.
|
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.