Uses of Class
org.jsoup.helper.HttpConnection.KeyVal
| Package | Description |
|---|---|
| org.jsoup.helper |
Package containing classes supporting the core jsoup code.
|
-
Uses of HttpConnection.KeyVal in org.jsoup.helper
Methods in org.jsoup.helper that return HttpConnection.KeyVal Modifier and Type Method Description static HttpConnection.KeyValHttpConnection.KeyVal. create(String key, String value)static HttpConnection.KeyValHttpConnection.KeyVal. create(String key, String filename, InputStream stream)HttpConnection.KeyValHttpConnection.KeyVal. inputStream(InputStream inputStream)HttpConnection.KeyValHttpConnection.KeyVal. key(String key)HttpConnection.KeyValHttpConnection.KeyVal. value(String value)