|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bumptech.glide.integration.volley.VolleyUrlLoader.Factory
public static class VolleyUrlLoader.Factory
The default factory for VolleyUrlLoader
s.
Constructor Summary | |
---|---|
VolleyUrlLoader.Factory(Context context)
Constructor for a new Factory that runs requests using a static singleton request queue. |
|
VolleyUrlLoader.Factory(com.android.volley.RequestQueue requestQueue)
Constructor for a new Factory that runs requests using the given RequestQueue . |
|
VolleyUrlLoader.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 . |
Method Summary | |
---|---|
com.bumptech.glide.load.model.ModelLoader<com.bumptech.glide.load.model.GlideUrl,InputStream> |
build(Context context,
com.bumptech.glide.load.model.GenericLoaderFactory factories)
|
void |
teardown()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VolleyUrlLoader.Factory(Context context)
public VolleyUrlLoader.Factory(com.android.volley.RequestQueue requestQueue)
RequestQueue
.
public VolleyUrlLoader.Factory(com.android.volley.RequestQueue requestQueue, VolleyRequestFactory requestFactory)
RequestQueue
.
Method Detail |
---|
public com.bumptech.glide.load.model.ModelLoader<com.bumptech.glide.load.model.GlideUrl,InputStream> build(Context context, com.bumptech.glide.load.model.GenericLoaderFactory factories)
build
in interface com.bumptech.glide.load.model.ModelLoaderFactory<com.bumptech.glide.load.model.GlideUrl,InputStream>
public void teardown()
teardown
in interface com.bumptech.glide.load.model.ModelLoaderFactory<com.bumptech.glide.load.model.GlideUrl,InputStream>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |