Package io.ably.lib.http
Interface HttpCore.RequestBody
- All Known Implementing Classes:
 - 
HttpUtils.ByteArrayRequestBody,HttpUtils.FormRequestBody,HttpUtils.JsonRequestBody 
- Enclosing class:
 - HttpCore
 
public static interface HttpCore.RequestBody
Interface for an entity that supplies an httpCore request body
- 
Method Summary
 
- 
Method Details
- 
getEncoded
byte[] getEncoded() - 
getContentType
String getContentType() 
 -