Uses of Interface
org.jsoup.Connection.KeyVal
Package
Description
Contains the main
Jsoup
class, which provides convenient static access to the jsoup functionality.
Package containing classes supporting the core jsoup code.
HTML document structure nodes.
-
Uses of Connection.KeyVal in org.jsoup
Modifier and TypeMethodDescriptionConnection.KeyVal.contentType
(String contentType) Set the Content Type header used in the MIME body (aka mimetype) when uploading files.@Nullable Connection.KeyVal
Connection.data
(String key) Get the data KeyVal for this key, if anyConnection.KeyVal.inputStream
(InputStream inputStream) Add or update an input stream to this keyValConnection.KeyVal.key
(String key) Update the key of a keyvalConnection.KeyVal.value
(String value) Update the value of a keyvalModifier and TypeMethodDescriptionCollection<Connection.KeyVal>
Connection.Request.data()
Get all of the request's data parametersModifier and TypeMethodDescriptionConnection.Request.data
(Connection.KeyVal keyval) Add a data parameter to the requestModifier and TypeMethodDescriptionConnection.data
(Collection<Connection.KeyVal> data) Adds all of the supplied data to the request data parameters -
Uses of Connection.KeyVal in org.jsoup.helper
Modifier and TypeMethodDescriptionHttpConnection.KeyVal.contentType
(String contentType) HttpConnection.data
(String key) -
Uses of Connection.KeyVal in org.jsoup.nodes
Modifier and TypeMethodDescriptionList<Connection.KeyVal>
FormElement.formData()
Get the data that this form submits.