Uses of Interface
org.jsoup.Connection.KeyVal
Packages that use 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
Methods in org.jsoup that return Connection.KeyValModifier 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 keyvalMethods in org.jsoup that return types with arguments of type Connection.KeyValModifier and TypeMethodDescriptionCollection
<Connection.KeyVal> Connection.Request.data()
Get all of the request's data parametersMethods in org.jsoup with parameters of type Connection.KeyValModifier and TypeMethodDescriptionConnection.Request.data
(Connection.KeyVal keyval) Add a data parameter to the requestMethod parameters in org.jsoup with type arguments of type Connection.KeyValModifier 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
Classes in org.jsoup.helper that implement Connection.KeyValMethods in org.jsoup.helper that return Connection.KeyValModifier and TypeMethodDescriptionHttpConnection.KeyVal.contentType
(String contentType) @Nullable Connection.KeyVal
HttpConnection.data
(String key) Methods in org.jsoup.helper that return types with arguments of type Connection.KeyValMethods in org.jsoup.helper with parameters of type Connection.KeyValMethod parameters in org.jsoup.helper with type arguments of type Connection.KeyVal -
Uses of Connection.KeyVal in org.jsoup.nodes
Methods in org.jsoup.nodes that return types with arguments of type Connection.KeyValModifier and TypeMethodDescriptionList
<Connection.KeyVal> FormElement.formData()
Get the data that this form submits.