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.RequestBodyInterface for an entity that supplies an httpCore request body
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContentType()byte[]getEncoded()
-