public class JSONArrayRequest extends NetworkRequest<org.json.JSONArray>
NetworkRequest.BodyLoader, NetworkRequest.InputStreamBodyLoaderACCEPT, CONTENT_TYPE| Constructor and Description |
|---|
JSONArrayRequest(java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
protected org.json.JSONArray |
parseResponse(java.io.InputStream stream)
Implementations must call
disconnect() after they are done with the connection. |
cancel, disconnect, execute, getConnection, getResponseCode, isCancelable, isCanceled, isExecuted, resetRequest, setBody, setBody, setBody, setBody, setBody, setBody, setMethod, toStringpublic JSONArrayRequest(java.lang.String url)
throws java.io.IOException
java.io.IOExceptionprotected org.json.JSONArray parseResponse(java.io.InputStream stream)
throws java.io.IOException
NetworkRequestdisconnect() after they are done with the connection.parseResponse in class NetworkRequest<org.json.JSONArray>java.io.IOException