| Interface | Description |
|---|---|
| FutureTarget<R> |
An interface for an object that is both a
Target and a
Future. |
| Request |
A request that loads a resource for an
Target. |
| RequestCoordinator |
An interface for coordinating multiple requests with the same
Target. |
| RequestListener<R> |
A class for monitoring the status of a request while images load.
|
| ResourceCallback |
A callback that listens for when a resource load completes successfully or fails due to an
exception.
|
| Class | Description |
|---|---|
| BaseRequestOptions<T extends BaseRequestOptions<T>> |
A base object to allow method sharing between
RequestOptions and RequestBuilder. |
| ErrorRequestCoordinator |
Runs a single primary
Request until it completes and then a fallback error request only
if the single primary request fails. |
| RequestFutureTarget<R> |
A
Future implementation for Glide that can be used to load resources
in a blocking manner on background threads. |
| RequestOptions |
Provides type independent options to customize loads with Glide.
|
| SingleRequest<R> | |
| ThumbnailRequestCoordinator |
A coordinator that coordinates two individual
Requests that load a small thumbnail
version of an image and the full size version of the image at the same time. |
| Enum | Description |
|---|---|
| RequestCoordinator.RequestState |
A simple state enum to keep track of the states of individual subrequests.
|