org.apache.http.client.entity.UrlEncodedFormEntity
An entity composed of a list of url-encoded pairs.
This is typically useful while sending an HTTP POST request.
Summary
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
UrlEncodedFormEntity(List<? extends NameValuePair> parameters, String encoding)
Constructs a new
UrlEncodedFormEntity with the list
of parameters in the specified encoding.
Parameters
parameters
| list of name/value pairs |
encoding
| encoding the name/value pairs be encoded with |