package

com.facebook.datasource

Interfaces

DataSource<T> An alternative to Java Futures for the image pipeline. 
DataSubscriber<T> Subscribes to DataSource

Classes

AbstractDataSource<T> An abstract implementation of DataSource interface. 
BaseDataSubscriber<T> Base implementation of DataSubscriber that ensures that the data source is closed when the subscriber has finished with it. 
DataSources Static utility methods pertaining to the DataSource interface.