public class HttpUrlEncodedBodyContent
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 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) |