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
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ByteArrayRequestBody
 
 - 
 - 
Method Details
- 
getEncoded
public byte[] getEncoded()- Specified by:
 - 
getEncodedin interfaceHttpCore.RequestBody 
 - 
getContentType
- Specified by:
 - 
getContentTypein interfaceHttpCore.RequestBody 
 
 -