Class OkHttpGlideModule

  • All Implemented Interfaces:
    com.bumptech.glide.module.GlideModule

    @Deprecated
    public class OkHttpGlideModule
    extends java.lang.Object
    implements com.bumptech.glide.module.GlideModule
    Deprecated.
    Replaced by OkHttpLibraryGlideModule for Applications that use Glide's annotations.
    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 
      Constructor Description
      OkHttpGlideModule()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void applyOptions​(android.content.Context context, com.bumptech.glide.GlideBuilder builder)
      Deprecated.
       
      void registerComponents​(android.content.Context context, com.bumptech.glide.Glide glide, com.bumptech.glide.Registry registry)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OkHttpGlideModule

        public OkHttpGlideModule()
        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.