package

com.facebook.imagepipeline.request

This package contains abstractions and related implementations about the ImageRequest and related attributes.

Interfaces

HasImageRequest  
Postprocessor Use an instance of this class to perform post-process operations on a bitmap. 
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. 

Classes

BasePostprocessor Base implementation of Postprocessor interface. 
BaseRepeatedPostProcessor  
ImageRequest Immutable object encapsulating everything pipeline has to know about requested image to proceed. 
ImageRequestBuilder Builder class for ImageRequests. 

Enums

ImageRequest.CacheChoice An enum describing the cache choice. 
ImageRequest.RequestLevel Level down to we are willing to go in order to find an image. 

Exceptions

ImageRequestBuilder.BuilderException An exception class for builder methods.