public class HttpUrlEncodedBodyContent extends Object
Represents the body content of a HTTP message (request/response) that obtains content from an URL encoded String
| Constructor and description |
|---|
HttpUrlEncodedBodyContent
(List<UrlEncodedBodyParameter> parameters) |
HttpUrlEncodedBodyContent
(List<UrlEncodedBodyParameter> parameters, String charset) |
| Type | Name and description |
|---|---|
String |
getCharset() |
String |
getContentEncoding() |
long |
getContentLength() |
String |
getContentType() |
InputStream |
getInputStream() |
void |
writeTo(OutputStream outstream) |