HttpGlideUrlLoader
An com.bumptech.glide.load.model.ModelLoader for translating (http/https URLS) into java.io.InputStream data.
Constructors
Types
Link copied to clipboard
The default factory for HttpGlideUrlLoaders.
Functions
Link copied to clipboard
open fun buildLoadData( model: GlideUrl, width: Int, height: Int, options: Options): ModelLoader.LoadData<InputStream>
Content copied to clipboard
Returns a com.bumptech.glide.load.model.ModelLoader.LoadData containing a required to decode the resource represented by this model, as well as a set of Keys that identify the data loaded by the com.bumptech.glide.load.data.DataFetcher as well as an optional list of alternate keys from which equivalent data can be loaded.