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 and Description |
---|---|
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 and Description |
---|---|
Collection<Connection.KeyVal> |
Connection.Request.data()
Get all of the request's data parameters
|
Modifier and Type | Method and Description |
---|---|
Connection.Request |
Connection.Request.data(Connection.KeyVal keyval)
Add a data parameter to the request
|
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.data(Collection<Connection.KeyVal> data)
Adds all of the supplied data to the request data parameters
|
Modifier and Type | Class and Description |
---|---|
static class |
HttpConnection.KeyVal |
Modifier and Type | Method and Description |
---|---|
Connection.KeyVal |
HttpConnection.data(String key) |
Modifier and Type | Method and Description |
---|---|
Collection<Connection.KeyVal> |
HttpConnection.Request.data() |
Modifier and Type | Method and Description |
---|---|
HttpConnection.Request |
HttpConnection.Request.data(Connection.KeyVal keyval) |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpConnection.data(Collection<Connection.KeyVal> data) |
Modifier and Type | Method and Description |
---|---|
List<Connection.KeyVal> |
FormElement.formData()
Get the data that this form submits.
|
Copyright © 2017. All rights reserved.