docs/javadoc/reference/com/facebook/imagepipeline/producers/NetworkFetcher.Callback.html
|
|
Consumer<T>
NetworkFetcher<FETCH_STATE extends FetchState>
Producer<T>
BaseConsumer<T>
BaseNetworkFetcher<FETCH_STATE extends FetchState>
DelegatingConsumer<I, O>
HttpUrlConnectionNetworkFetcher.HttpUrlConnectionNetworkFetchState
MultiplexProducer<K, T extends Closeable>
NullProducer<T>
PostprocessedBitmapMemoryCacheProducer.CachedPostprocessorConsumer
PriorityNetworkFetcher<FETCH_STATE extends FetchState>
PriorityNetworkFetcher.PriorityFetchState<FETCH_STATE extends FetchState>
public static interface
| com.facebook.imagepipeline.producers.NetworkFetcher.Callback |
Callback used to inform the network fetch producer.
| Public Methods |
|---|
| abstract void |
| Called upon a cancellation of the request. |
| abstract void |
| Called upon a failure in the network stack. |
| abstract void |
| Called upon a response from the network stack. |
Called upon a cancellation of the request.
Called upon a failure in the network stack.
| throwable | the cause of failure |
Called upon a response from the network stack.
| response | the InputStream for the data | | responseLength | the length of the data if known, -1 otherwise |
| IOException | |
+Generated by Doclava. +