public class VolleyUrlLoader
extends java.lang.Object
implements com.bumptech.glide.load.model.ModelLoader<com.bumptech.glide.load.model.GlideUrl,java.io.InputStream>
| Modifier and Type | Class and Description |
|---|---|
static class |
VolleyUrlLoader.Factory
The default factory for
VolleyUrlLoaders. |
| Constructor and Description |
|---|
VolleyUrlLoader(com.android.volley.RequestQueue requestQueue) |
VolleyUrlLoader(com.android.volley.RequestQueue requestQueue,
VolleyRequestFactory requestFactory) |
| Modifier and Type | Method and Description |
|---|---|
com.bumptech.glide.load.model.ModelLoader.LoadData<java.io.InputStream> |
buildLoadData(com.bumptech.glide.load.model.GlideUrl url,
int width,
int height,
com.bumptech.glide.load.Options options) |
boolean |
handles(com.bumptech.glide.load.model.GlideUrl url) |
public VolleyUrlLoader(com.android.volley.RequestQueue requestQueue)
public VolleyUrlLoader(com.android.volley.RequestQueue requestQueue,
VolleyRequestFactory requestFactory)
public boolean handles(@NonNull
com.bumptech.glide.load.model.GlideUrl url)
handles in interface com.bumptech.glide.load.model.ModelLoader<com.bumptech.glide.load.model.GlideUrl,java.io.InputStream>public com.bumptech.glide.load.model.ModelLoader.LoadData<java.io.InputStream> buildLoadData(@NonNull
com.bumptech.glide.load.model.GlideUrl url,
int width,
int height,
@NonNull
com.bumptech.glide.load.Options options)
buildLoadData in interface com.bumptech.glide.load.model.ModelLoader<com.bumptech.glide.load.model.GlideUrl,java.io.InputStream>