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