Class OkHttpGlideModule
java.lang.Object
com.bumptech.glide.integration.okhttp3.OkHttpGlideModule
- All Implemented Interfaces:
com.bumptech.glide.module.GlideModule
@Deprecated
public class OkHttpGlideModule
extends Object
implements com.bumptech.glide.module.GlideModule
Deprecated.
A
GlideModule implementation to replace Glide's default HttpURLConnection based ModelLoader with an
OkHttp based 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
GlideModule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyOptions(Context context, com.bumptech.glide.GlideBuilder builder) Deprecated.voidregisterComponents(Context context, com.bumptech.glide.Glide glide, com.bumptech.glide.Registry registry) Deprecated.
-
Constructor Details
-
OkHttpGlideModule
public OkHttpGlideModule()Deprecated.
-
-
Method Details
OkHttpLibraryGlideModulefor Applications that use Glide's annotations.