Package | Description |
---|---|
org.jsoup.helper |
Modifier and Type | Method | Description |
---|---|---|
static HttpConnection.KeyVal |
HttpConnection.KeyVal.create(String key,
String value) |
|
static HttpConnection.KeyVal |
HttpConnection.KeyVal.create(String key,
String filename,
InputStream stream) |
|
HttpConnection.KeyVal |
HttpConnection.KeyVal.inputStream(InputStream inputStream) |
|
HttpConnection.KeyVal |
HttpConnection.KeyVal.key(String key) |
|
HttpConnection.KeyVal |
HttpConnection.KeyVal.value(String value) |
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.