public class OkHttpUrlLoader extends Object implements com.bumptech.glide.load.model.stream.StreamModelLoader<com.bumptech.glide.load.model.GlideUrl>
| Modifier and Type | Class and Description |
|---|---|
static class |
OkHttpUrlLoader.Factory
The default factory for
OkHttpUrlLoaders. |
| Constructor and Description |
|---|
OkHttpUrlLoader(okhttp3.Call.Factory client) |
| Modifier and Type | Method and Description |
|---|---|
com.bumptech.glide.load.data.DataFetcher<InputStream> |
getResourceFetcher(com.bumptech.glide.load.model.GlideUrl model,
int width,
int height) |
public com.bumptech.glide.load.data.DataFetcher<InputStream> getResourceFetcher(com.bumptech.glide.load.model.GlideUrl model, int width, int height)
getResourceFetcher in interface com.bumptech.glide.load.model.ModelLoader<com.bumptech.glide.load.model.GlideUrl,InputStream>