MCPcopy Create free account
hub / github.com/DWorkS/VolleyPlus / Request

Method Request

library/src/com/android/volley/Request.java:139–141  ·  view source on GitHub ↗

Creates a new request with the given method (one of the values from Method), URL, and error listener. Note that the normal response listener is not provided here as delivery of responses is provided by subclasses, who have a better idea of how to deliver an already-parsed response.

(int method, String url, Response.ErrorListener listener)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

setRetryPolicyMethod · 0.95

Tested by

no test coverage detected