-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.producers.NetworkFetcher
public abstract class BaseNetworkFetcher<FETCH_STATE extends FetchState> implements NetworkFetcher<FETCH_STATE>
-
-
Constructor Summary
Constructors Constructor Description BaseNetworkFetcher()
-
Method Summary
Modifier and Type Method Description BooleanshouldPropagate(FETCH_STATE fetchState)UnitonFetchCompletion(FETCH_STATE fetchState, Integer byteSize)Map<String, String>getExtraMap(FETCH_STATE fetchState, Integer byteSize)-
-
Method Detail
-
shouldPropagate
Boolean shouldPropagate(FETCH_STATE fetchState)
-
onFetchCompletion
Unit onFetchCompletion(FETCH_STATE fetchState, Integer byteSize)
-
getExtraMap
Map<String, String> getExtraMap(FETCH_STATE fetchState, Integer byteSize)
-
-
-
-