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