Glide
okhttp3
/
com.bumptech.glide.integration.okhttp3
/
OkHttpUrlLoader
/
Factory
Factory
open
class
Factory
Content copied to clipboard
The default factory for
OkHttpUrlLoader
s.
Constructors
Functions
Constructors
Factory
Link copied to clipboard
open
fun
Factory
(
)
Content copied to clipboard
Constructor for a new Factory that runs requests using a static singleton client.
Factory
Link copied to clipboard
open
fun
Factory
(
client
:
Factory
)
Content copied to clipboard
Constructor for a new Factory that runs requests using given client.
Functions
build
Link copied to clipboard
open
fun
build
(
multiFactory
:
MultiModelLoaderFactory
)
:
ModelLoader<GlideUrl, InputStream>
Content copied to clipboard
teardown
Link copied to clipboard
open
fun
teardown
(
)
Content copied to clipboard