A B C D E F G H I J K L M N O P Q R S T V W

J

JsonArrayRequest - Class in com.android.volley.toolbox
A request for retrieving a JSONArray response body at a given URL.
JsonArrayRequest(String, Response.Listener<JSONArray>, Response.ErrorListener) - Constructor for class com.android.volley.toolbox.JsonArrayRequest
Creates a new request.
JsonObjectRequest - Class in com.android.volley.toolbox
A request for retrieving a JSONObject response body at a given URL, allowing for an optional JSONObject to be passed in as part of the request body.
JsonObjectRequest(int, String, JSONObject, Response.Listener<JSONObject>, Response.ErrorListener) - Constructor for class com.android.volley.toolbox.JsonObjectRequest
Creates a new request.
JsonObjectRequest(String, JSONObject, Response.Listener<JSONObject>, Response.ErrorListener) - Constructor for class com.android.volley.toolbox.JsonObjectRequest
Constructor which defaults to GET if jsonRequest is null, POST otherwise.
JsonRequest<T> - Class in com.android.volley.toolbox
A request for retrieving a T type response body at a given URL that also optionally sends along a JSON body in the request specified.
JsonRequest(String, String, Response.Listener<T>, Response.ErrorListener) - Constructor for class com.android.volley.toolbox.JsonRequest
Deprecated. Use #JsonRequest(int, String, String, Listener, ErrorListener).
JsonRequest(int, String, String, Response.Listener<T>, Response.ErrorListener) - Constructor for class com.android.volley.toolbox.JsonRequest
 

A B C D E F G H I J K L M N O P Q R S T V W