Class OkHttpGlideModule
- java.lang.Object
-
- com.bumptech.glide.integration.okhttp3.OkHttpGlideModule
-
- All Implemented Interfaces:
com.bumptech.glide.module.GlideModule
@Deprecated public class OkHttpGlideModule extends java.lang.Object implements com.bumptech.glide.module.GlideModuleDeprecated.Replaced byOkHttpLibraryGlideModulefor Applications that use Glide's annotations.AGlideModuleimplementation to replace Glide's defaultHttpURLConnectionbasedModelLoaderwith an OkHttp basedModelLoader.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
GlideModule.
-
-
Constructor Summary
Constructors Constructor Description OkHttpGlideModule()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidapplyOptions(android.content.Context context, com.bumptech.glide.GlideBuilder builder)Deprecated.voidregisterComponents(android.content.Context context, com.bumptech.glide.Glide glide, com.bumptech.glide.Registry registry)Deprecated.
-
-
-
Method Detail
-
applyOptions
public void applyOptions(@NonNull android.content.Context context, @NonNull com.bumptech.glide.GlideBuilder builder)Deprecated.
-
registerComponents
public void registerComponents(android.content.Context context, com.bumptech.glide.Glide glide, com.bumptech.glide.Registry registry)Deprecated.
-
-