Package com.bumptech.glide.request
package com.bumptech.glide.request
-
ClassDescriptionBaseRequestOptions<T extends BaseRequestOptions<T>>A base object to allow method sharing between
RequestOptionsandRequestBuilder.Runs a single primaryRequestuntil it completes and then a fallback error request only if the single primary request fails.ExperimentalRequestListener<ResourceT>Deprecated.Not ready for public consumption, avoid using this class.FutureTarget<R>A request that loads a resource for anTarget.An interface for coordinating multiple requests with the sameTarget.A simple state enum to keep track of the states of individual subrequests.AFutureimplementation for Glide that can be used to load resources in a blocking manner on background threads.A class for monitoring the status of a request while images load.Provides type independent options to customize loads with Glide.A callback that listens for when a resource load completes successfully or fails due to an exception.A coordinator that coordinates two individualRequests that load a small thumbnail version of an image and the full size version of the image at the same time.