public class HttpFormDataBodyContent extends Object
Represents the body content of a HTTP message (request/response) that obtains content from a form.
| Constructor and description |
|---|
HttpFormDataBodyContent
(List<FormDataBodyParameter> parameters) |
| Type | Name and description |
|---|---|
String |
getCharset() |
String |
getContentEncoding() |
long |
getContentLength() |
String |
getContentType() |
InputStream |
getInputStream() |
void |
writeTo(OutputStream outstream) |