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