Skip navigation links
A B C D E F G H I J L M N O P Q R S T U 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.
JsonArrayRequest(int, String, JSONArray, 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
 
JsonRequestCharsetTest - Class in com.android.volley.toolbox
 
JsonRequestCharsetTest() - Constructor for class com.android.volley.toolbox.JsonRequestCharsetTest
 
JsonRequestTest - Class in com.android.volley.toolbox
 
JsonRequestTest() - Constructor for class com.android.volley.toolbox.JsonRequestTest
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links