Package 

Class OkHttpUrlLoader.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      OkHttpUrlLoader.Factory() Constructor for a new Factory that runs requests using a static singleton client.
      OkHttpUrlLoader.Factory(Call.Factory client) Constructor for a new Factory that runs requests using given client.
    • Method Summary

      Modifier and Type Method Description
      ModelLoader<GlideUrl, InputStream> build(MultiModelLoaderFactory multiFactory)
      void teardown()
      • Methods inherited from class com.bumptech.glide.load.model.ModelLoaderFactory

        build, teardown
      • Methods inherited from class java.lang.Object

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

      • OkHttpUrlLoader.Factory

        OkHttpUrlLoader.Factory()
        Constructor for a new Factory that runs requests using a static singleton client.
      • OkHttpUrlLoader.Factory

        OkHttpUrlLoader.Factory(Call.Factory client)
        Constructor for a new Factory that runs requests using given client.
        Parameters:
        client - this is typically an instance of {@code OkHttpClient}.