-
- All Implemented Interfaces:
-
com.bumptech.glide.module.AppliesOptions,com.bumptech.glide.module.GlideModule,com.bumptech.glide.module.RegistersComponents
@Deprecated() public class OkHttpGlideModule implements GlideModule
A com.bumptech.glide.module.GlideModule implementation to replace Glide's default based com.bumptech.glide.load.model.ModelLoader with an OkHttp based com.bumptech.glide.load.model.ModelLoader.
If you're using gradle, you can include this module simply by depending on the aar, the module will be merged in by manifest merger. For other build systems or for more more information, see com.bumptech.glide.module.GlideModule.
-
-
Method Summary
Modifier and Type Method Description voidapplyOptions(@NonNull() Context context, @NonNull() GlideBuilder builder)voidregisterComponents(Context context, Glide glide, Registry registry)-
Methods inherited from class com.bumptech.glide.module.RegistersComponents
registerComponents -
Methods inherited from class com.bumptech.glide.module.AppliesOptions
applyOptions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
applyOptions
void applyOptions(@NonNull() Context context, @NonNull() GlideBuilder builder)
-
registerComponents
void registerComponents(Context context, Glide glide, Registry registry)
-
-
-
-