public interface VolleyRequestFactory
Modifier and Type | Method and Description |
---|---|
com.android.volley.Request<byte[]> |
create(String url,
DataFetcher.DataCallback<? super InputStream> callback,
com.android.volley.Request.Priority priority,
Map<String,String> headers)
Returns a Volley request for the given image url.
|
com.android.volley.Request<byte[]> create(String url, DataFetcher.DataCallback<? super InputStream> callback, com.android.volley.Request.Priority priority, Map<String,String> headers)