public static class OkHttpUrlLoader.Factory extends Object implements ModelLoaderFactory<GlideUrl,InputStream>
OkHttpUrlLoader
s.Constructor and Description |
---|
Factory()
Constructor for a new Factory that runs requests using a static singleton client.
|
Factory(OkHttpClient client)
Constructor for a new Factory that runs requests using given client.
|
Modifier and Type | Method and Description |
---|---|
ModelLoader<GlideUrl,InputStream> |
build(MultiModelLoaderFactory multiFactory)
Build a concrete ModelLoader for this model type.
|
void |
teardown()
A lifecycle method that will be called when this factory is about to replaced.
|
public Factory()
public Factory(OkHttpClient client)
public ModelLoader<GlideUrl,InputStream> build(MultiModelLoaderFactory multiFactory)
ModelLoaderFactory
build
in interface ModelLoaderFactory<GlideUrl,InputStream>
multiFactory
- A map of classes to factories that can be used to construct additional
ModelLoader
s that this factory's ModelLoader
may depend onModelLoader
public void teardown()
ModelLoaderFactory
teardown
in interface ModelLoaderFactory<GlideUrl,InputStream>