public class Form
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<org.apache.http.NameValuePair> |
params |
| Constructor and Description |
|---|
Form() |
| Modifier and Type | Method and Description |
|---|---|
Form |
add(java.lang.String name,
java.lang.String value) |
java.util.List<org.apache.http.NameValuePair> |
build() |
static Form |
form() |