Public 成员函数 | |
| JsonArrayRequest (String url, Listener< JSONArray > listener, ErrorListener errorListener) | |
Public 成员函数 继承自 com.ab.network.JsonRequest< T > | |
| JsonRequest (String url, String requestBody, Listener< T > listener, ErrorListener errorListener) | |
| JsonRequest (int method, String url, String requestBody, Listener< T > listener, ErrorListener errorListener) | |
| String | getPostBodyContentType () |
| byte[] | getPostBody () |
| String | getBodyContentType () |
| byte[] | getBody () |
Protected 成员函数 | |
| Response< JSONArray > | parseNetworkResponse (NetworkResponse response) |
Protected 成员函数 继承自 com.ab.network.JsonRequest< T > | |
| void | deliverResponse (T response) |
| abstract Response< T > | parseNetworkResponse (NetworkResponse response) |
A request for retrieving a JSONArray response body at a given URL.
|
inline |
Creates a new request.
| url | URL to fetch the JSON from |
| listener | Listener to receive the JSON response |
| errorListener | Error listener, or null to ignore errors. |
|
inlineprotected |
1.8.8