Package com.facebook.imagepipeline.request
See: Description
-
Class Summary Class Description BuilderException An exception class for builder methods. ImageRequestBuilder Builder class for ImageRequests. BasePostprocessor Base implementation of Postprocessor interface. ImageRequest Immutable object encapsulating everything pipeline has to know about requested image to proceed. BaseRepeatedPostProcessor -
Enum Summary Enum Description CacheChoice An enum describing the cache choice. RequestLevel Level down to we are willing to go in order to find an image. -
Annotation Summary Annotation Description CachesLocationsMasks Caches bit locations in cachesDisabled from bitmap read bit (rightest bit, 00000001) to diskwrite bit (00100000). -
Interface Summary Interface Description Postprocessor Use an instance of this class to perform post-process operations on a bitmap. HasImageRequest RepeatedPostprocessor Use an instance of this interface to perform post-process operations that must be performed more than once. RepeatedPostprocessorRunner An instance of this class is used to run a postprocessor whenever the client requires.