Interface VolleyRequestFactory
public interface VolleyRequestFactory
Used to construct a custom Volley request, such as for authentication header decoration.
-
Method Summary
-
Method Details
-
create
com.android.volley.Request<byte[]> create(String url, com.bumptech.glide.load.data.DataFetcher.DataCallback<? super InputStream> callback, com.android.volley.Request.Priority priority, Map<String, String> headers) Returns a Volley request for the given image url. The given future should be put as a listener or called when the request completes.
-