protected static interface BaseApi.ResponseHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
handle(HttpContext context)
Handles the response for an endpoint.
|
T handle(HttpContext context) throws ApiException, IOException
context - HttpContext of the request and the received responseApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.Copyright © 2022. All rights reserved.