public class FormValues extends Object
Constructor and Description |
---|
FormValues(org.jsoup.nodes.Element form,
Iterable<org.apache.http.NameValuePair> values) |
Modifier and Type | Method and Description |
---|---|
org.apache.http.HttpEntity |
toMultipartEntity() |
String |
toString() |
org.apache.http.HttpEntity |
toUrlEncodedEntity() |
public FormValues(org.jsoup.nodes.Element form, Iterable<org.apache.http.NameValuePair> values)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.