Uses of Class
org.jsoup.helper.HttpConnection.KeyVal
Packages that use HttpConnection.KeyVal
-
Uses of HttpConnection.KeyVal in org.jsoup.helper
Methods in org.jsoup.helper that return HttpConnection.KeyValModifier and TypeMethodDescriptionstatic HttpConnection.KeyVal
HttpConnection.KeyVal.create
(String key, String value) static HttpConnection.KeyVal
HttpConnection.KeyVal.create
(String key, String filename, InputStream stream) HttpConnection.KeyVal.inputStream
(InputStream inputStream) HttpConnection.KeyVal.key
(String key) HttpConnection.KeyVal.value
(String value)