| Package | Description |
|---|---|
| org.jsoup.helper |
| Modifier and Type | Method and 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-2016 Jonathan Hedley. All Rights Reserved.