Factory

open class Factory

The default factory for OkHttpUrlLoaders.

Constructors

Link copied to clipboard
open fun Factory()
Constructor for a new Factory that runs requests using a static singleton client.
Link copied to clipboard
open fun Factory(client: Factory)
Constructor for a new Factory that runs requests using given client.

Functions

Link copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<GlideUrl, InputStream>
Link copied to clipboard
open fun teardown()