Package io.ably.lib.http
Interface HttpCore.ResponseHandler<T>
-
- Type Parameters:
T-
- All Known Implementing Classes:
AsyncHttpPaginatedQuery,BasePaginatedQuery,HttpPaginatedQuery,Serialisation.HttpResponseHandler
- Enclosing class:
- HttpCore
public static interface HttpCore.ResponseHandler<T>Interface for an entity that performs type-specific processing on an httpCore response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThandleResponse(HttpCore.Response response, ErrorInfo error)
-
-
-
Method Detail
-
handleResponse
T handleResponse(HttpCore.Response response, ErrorInfo error) throws AblyException
- Throws:
AblyException
-
-