Package io.ably.lib.http
Interface HttpCore.BodyHandler<T>
-
- Type Parameters:
T-
- All Known Implementing Classes:
Serialisation.HttpBodyHandler
- Enclosing class:
- HttpCore
public static interface HttpCore.BodyHandler<T>Interface for an entity that performs type-specific processing on an httpCore response body
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T[]handleResponseBody(java.lang.String contentType, byte[] body)
-
-
-
Method Detail
-
handleResponseBody
T[] handleResponseBody(java.lang.String contentType, byte[] body) throws AblyException
- Throws:
AblyException
-
-