|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection.KeyVal | |
|---|---|
| org.jsoup | Contains the main Jsoup class, which provides convenient static access to the jsoup functionality. |
| org.jsoup.helper | |
| Uses of Connection.KeyVal in org.jsoup |
|---|
| Methods in org.jsoup that return Connection.KeyVal | |
|---|---|
Connection.KeyVal |
Connection.KeyVal.key(java.lang.String key)
Update the key of a keyval |
Connection.KeyVal |
Connection.KeyVal.value(java.lang.String value)
Update the value of a keyval |
| Methods in org.jsoup that return types with arguments of type Connection.KeyVal | |
|---|---|
java.util.Collection<Connection.KeyVal> |
Connection.Request.data()
Get all of the request's data parameters |
| Methods in org.jsoup with parameters of type Connection.KeyVal | |
|---|---|
Connection.Request |
Connection.Request.data(Connection.KeyVal keyval)
Add a data parameter to the request |
| Uses of Connection.KeyVal in org.jsoup.helper |
|---|
| Classes in org.jsoup.helper that implement Connection.KeyVal | |
|---|---|
static class |
HttpConnection.KeyVal
|
| Methods in org.jsoup.helper that return types with arguments of type Connection.KeyVal | |
|---|---|
java.util.Collection<Connection.KeyVal> |
HttpConnection.Request.data()
|
| Methods in org.jsoup.helper with parameters of type Connection.KeyVal | |
|---|---|
HttpConnection.Request |
HttpConnection.Request.data(Connection.KeyVal keyval)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||