public class JSONObjectRequest extends NetworkRequest<org.json.JSONObject>
NetworkRequest.BodyLoader, NetworkRequest.InputStreamBodyLoaderACCEPT, CONTENT_TYPE| Constructor and Description |
|---|
JSONObjectRequest(java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
protected org.json.JSONObject |
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 JSONObjectRequest(java.lang.String url)
throws java.io.IOException
java.io.IOExceptionprotected org.json.JSONObject parseResponse(java.io.InputStream stream)
throws java.io.IOException
NetworkRequestdisconnect() after they are done with the connection.parseResponse in class NetworkRequest<org.json.JSONObject>java.io.IOException