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

    Modifier and Type
    Method
    Description
    T[]
    handleResponseBody(String contentType, byte[] body)