Package io.ably.lib.http
Class HttpUtils.JsonRequestBody
java.lang.Object
io.ably.lib.http.HttpUtils.JsonRequestBody
- All Implemented Interfaces:
HttpCore.RequestBody
- Enclosing class:
- HttpUtils
A RequestBody wrapping a JSON-serialisable object
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JsonRequestBody
-
JsonRequestBody
-
-
Method Details
-
getEncoded
public byte[] getEncoded()- Specified by:
-
getEncoded
in interfaceHttpCore.RequestBody
-
getContentType
- Specified by:
-
getContentType
in interfaceHttpCore.RequestBody
-