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 Detail

      • handleResponseBody

        T[] handleResponseBody​(java.lang.String contentType,
                               byte[] body)
                        throws AblyException
        Throws:
        AblyException