-
public interface HttpCore.ResponseHandler<T>Interface for an entity that performs type-specific processing on an httpCore response
-
-
Method Summary
Modifier and Type Method Description abstract ThandleResponse(HttpCore.Response response, ErrorInfo error)-
-
Method Detail
-
handleResponse
abstract T handleResponse(HttpCore.Response response, ErrorInfo error)
-
-
-
-