public class UrlEncodedBody extends PostBody
| Constructor and Description |
|---|
UrlEncodedBody(Env env,
Value body) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
java.lang.String |
getContentType() |
void |
setContentType(java.lang.String type) |
void |
writeTo(Env env,
java.io.OutputStream os) |
public java.lang.String getContentType()
getContentType in class PostBodypublic void setContentType(java.lang.String type)
public long getContentLength()
getContentLength in class PostBody