| 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.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 | Class and Description |
|---|---|
static class |
HttpConnection.KeyVal |
| 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) |
Copyright © 2009-2013 Jonathan Hedley. All Rights Reserved.