| Class | Description |
|---|---|
| BaseGlideUrlLoader<Model> |
A base class for loading data over http/https.
|
| HttpGlideUrlLoader | |
| HttpGlideUrlLoader.Factory |
The default factory for
HttpGlideUrlLoaders. |
| HttpUriLoader | Deprecated
Use
UrlUriLoader instead |
| HttpUriLoader.Factory | Deprecated
Use
UrlUriLoader.StreamFactory instead |
| MediaStoreImageThumbLoader |
Loads
InputStreams from media store image Uris that point to pre-generated
thumbnails for those Uris in the media store. |
| MediaStoreImageThumbLoader.Factory |
Factory that loads
InputStreams from media store image Uris. |
| MediaStoreVideoThumbLoader |
Loads
InputStreams from media store video Uris that point to pre-generated
thumbnails for those Uris in the media store. |
| MediaStoreVideoThumbLoader.Factory |
Loads
InputStreams from media store image Uris that point to pre-generated
thumbnails for those Uris in the media store. |
| QMediaStoreUriLoader<DataT> |
Best effort attempt to work around various Q storage states and bugs.
|
| QMediaStoreUriLoader.FileDescriptorFactory |
Factory for
ParcelFileDescriptor. |
| QMediaStoreUriLoader.InputStreamFactory |
Factory for
InputStream. |
| UrlLoader |
A wrapper class that translates
URL objects into GlideUrl objects and then uses the wrapped ModelLoader for GlideUrls to
load the data. |
| UrlLoader.StreamFactory |
Factory for loading
InputStreams from URLs. |