public static class VolleyUrlLoader.Factory
extends java.lang.Object
implements com.bumptech.glide.load.model.ModelLoaderFactory<com.bumptech.glide.load.model.GlideUrl,java.io.InputStream>
VolleyUrlLoaders.| Constructor and Description |
|---|
Factory(android.content.Context context)
Constructor for a new Factory that runs requests using a static singleton request queue.
|
Factory(com.android.volley.RequestQueue requestQueue)
Constructor for a new Factory that runs requests using the given
RequestQueue. |
Factory(com.android.volley.RequestQueue requestQueue,
VolleyRequestFactory requestFactory)
Constructor for a new Factory with a custom Volley request factory that runs requests using
the given
RequestQueue. |
| Modifier and Type | Method and Description |
|---|---|
com.bumptech.glide.load.model.ModelLoader<com.bumptech.glide.load.model.GlideUrl,java.io.InputStream> |
build(com.bumptech.glide.load.model.MultiModelLoaderFactory factory) |
void |
teardown() |
public Factory(android.content.Context context)
public Factory(com.android.volley.RequestQueue requestQueue)
RequestQueue.public Factory(com.android.volley.RequestQueue requestQueue,
VolleyRequestFactory requestFactory)
RequestQueue.@NonNull public com.bumptech.glide.load.model.ModelLoader<com.bumptech.glide.load.model.GlideUrl,java.io.InputStream> build(com.bumptech.glide.load.model.MultiModelLoaderFactory factory)
build in interface com.bumptech.glide.load.model.ModelLoaderFactory<com.bumptech.glide.load.model.GlideUrl,java.io.InputStream>public void teardown()
teardown in interface com.bumptech.glide.load.model.ModelLoaderFactory<com.bumptech.glide.load.model.GlideUrl,java.io.InputStream>