Uses of Class
org.apache.http.client.fluent.Form
-
Packages that use Form Package Description org.apache.http.client.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface. -
-
Uses of Form in org.apache.http.client.fluent
Methods in org.apache.http.client.fluent that return Form Modifier and Type Method Description Form
Form. add(java.lang.String name, java.lang.String value)
static Form
Form. form()
-