-
public 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 abstract Array<T>handleResponseBody(String contentType, Array<byte> body)-
-
Method Detail
-
handleResponseBody
abstract Array<T> handleResponseBody(String contentType, Array<byte> body)
-
-
-
-