public class AsyncJsonRequest
extends com.android.volley.toolbox.JsonObjectRequest
Constructor and Description |
---|
AsyncJsonRequest(int method,
java.lang.String url,
org.json.JSONObject jsonRequest,
com.android.volley.Response.Listener<org.json.JSONObject> listener,
com.android.volley.Response.ErrorListener errorListener) |
AsyncJsonRequest(java.lang.String url,
org.json.JSONObject jsonRequest,
com.android.volley.Response.Listener<org.json.JSONObject> listener,
com.android.volley.Response.ErrorListener errorListener) |
Modifier and Type | Method and Description |
---|---|
protected com.android.volley.Response<org.json.JSONObject> |
parseNetworkResponse(com.android.volley.NetworkResponse response) |
cancel, deliverResponse, getBody, getBodyContentType, getPostBody, getPostBodyContentType
addMarker, compareTo, deliverError, getCacheEntry, getCacheKey, getErrorListener, getHeaders, getMethod, getParams, getParamsEncoding, getPostParams, getPostParamsEncoding, getPriority, getRetryPolicy, getSequence, getTag, getTimeoutMs, getTrafficStatsTag, getUrl, hasHadResponseDelivered, isCanceled, markDelivered, parseNetworkError, setCacheEntry, setRequestQueue, setRetryPolicy, setSequence, setShouldCache, setShouldRetryServerErrors, setTag, shouldCache, shouldRetryServerErrors, toString
public AsyncJsonRequest(int method, java.lang.String url, org.json.JSONObject jsonRequest, com.android.volley.Response.Listener<org.json.JSONObject> listener, com.android.volley.Response.ErrorListener errorListener)
public AsyncJsonRequest(java.lang.String url, org.json.JSONObject jsonRequest, com.android.volley.Response.Listener<org.json.JSONObject> listener, com.android.volley.Response.ErrorListener errorListener)