Public 成员函数 | |
| StringRequest (int method, String url, Listener< String > listener, ErrorListener errorListener) | |
| StringRequest (String url, Listener< String > listener, ErrorListener errorListener) | |
Protected 成员函数 | |
| void | deliverResponse (String response) |
| Response< String > | parseNetworkResponse (NetworkResponse response) |
Private 属性 | |
| final Listener< String > | mListener |
A canned request for retrieving the response body at a given URL as a String.
|
inline |
Creates a new request with the given method.
| method | the request Method to use |
| url | URL to fetch the string at |
| listener | Listener to receive the String response |
| errorListener | Error listener, or null to ignore errors |
|
inline |
Creates a new GET request.
| url | URL to fetch the string at |
| listener | Listener to receive the String response |
| errorListener | Error listener, or null to ignore errors |
|
inlineprotected |
|
inlineprotected |
|
private |
1.8.8