com.bumptech.glide.integration.volley
Interface VolleyRequestFactory


public interface VolleyRequestFactory

Used to construct a custom Volley request, such as for authentication header decoration.


Method Summary
 com.android.volley.Request<byte[]> create(String url, VolleyRequestFuture<InputStream> future, com.android.volley.Request.Priority priority)
          Returns a Volley request for the given image url.
 

Method Detail

create

com.android.volley.Request<byte[]> create(String url,
                                          VolleyRequestFuture<InputStream> future,
                                          com.android.volley.Request.Priority priority)
Returns a Volley request for the given image url. The given future should be set as a listener or called when the request completes.