Public 成员函数 | |
| void | postResponse (Request<?> request, Response<?> response) |
| void | postResponse (Request<?> request, Response<?> response, Runnable runnable) |
| void | postError (Request<?> request, VolleyError error) |
| void com.ab.network.toolbox.ResponseDelivery.postError | ( | Request<?> | request, |
| VolleyError | error | ||
| ) |
Posts an error for the given request.
| void com.ab.network.toolbox.ResponseDelivery.postResponse | ( | Request<?> | request, |
| Response<?> | response | ||
| ) |
Parses a response from the network or cache and delivers it.
| void com.ab.network.toolbox.ResponseDelivery.postResponse | ( | Request<?> | request, |
| Response<?> | response, | ||
| Runnable | runnable | ||
| ) |
Parses a response from the network or cache and delivers it. The provided Runnable will be executed after delivery.
1.8.8