public static class HttpUtils.JsonRequestBody extends java.lang.Object implements HttpCore.RequestBody
| Constructor and Description |
|---|
JsonRequestBody(java.lang.Object ob) |
JsonRequestBody(java.lang.String jsonText) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType() |
byte[] |
getEncoded() |
public JsonRequestBody(java.lang.String jsonText)
public JsonRequestBody(java.lang.Object ob)
public byte[] getEncoded()
getEncoded in interface HttpCore.RequestBodypublic java.lang.String getContentType()
getContentType in interface HttpCore.RequestBody