Class | Description |
---|---|
BaseGlideUrlLoader<Model> |
A base class for loading data over http/https.
|
HttpGlideUrlLoader | |
HttpGlideUrlLoader.Factory |
The default factory for
HttpGlideUrlLoader s. |
HttpUriLoader |
Loads
InputStream s from http or https Uri s. |
HttpUriLoader.Factory |
Factory for loading
InputStream s from http/https Uri s. |
MediaStoreImageThumbLoader |
Loads
InputStream s from media store image Uri s that point to pre-generated
thumbnails for those Uri s in the media store. |
MediaStoreImageThumbLoader.Factory |
Factory that loads
InputStream s from media store image Uri s. |
MediaStoreVideoThumbLoader |
Loads
InputStream s from media store video Uri s that point to pre-generated
thumbnails for those Uri s in the media store. |
MediaStoreVideoThumbLoader.Factory |
Loads
InputStream s from media store image Uri s that point to pre-generated
thumbnails for those Uri s in the media store. |
UrlLoader |
A wrapper class that translates
URL objects into GlideUrl objects and then uses the wrapped ModelLoader for GlideUrl s to
load the data. |
UrlLoader.StreamFactory |
Factory for loading
InputStream s from URL s. |