-
- http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/client/entity/UrlEncodedFormEntity.html
- http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/client/entity/UrlEncodedFormEntity.html
- java.lang.Object
-
- org.apache.http.entity.AbstractHttpEntity
-
- org.apache.http.entity.StringEntity
-
- org.apache.http.client.entity.UrlEncodedFormEntity
-
-
All Implemented Interfaces:
- Cloneable, HttpEntity
@NotThreadSafe public class UrlEncodedFormEntity extends StringEntity
An entity composed of a list of url-encoded pairs. This is typically useful while sending an HTTP POST request.