Searched defs:JsonRequest (Results 1 - 1 of 1) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DJsonRequest.java34 public abstract class JsonRequest<T> extends Request<T> { class in inherits:Request
46 * Deprecated constructor for a JsonRequest which defaults to GET unless {@link #getPostBody()}
49 * @deprecated Use {@link #JsonRequest(int, String, String, Listener, ErrorListener)}.
51 public JsonRequest(String url, String requestBody, Listener<T> listener, method in class:JsonRequest
56 public JsonRequest(int method, String url, String requestBody, Listener<T> listener, method in class:JsonRequest

Completed in 44 milliseconds