docs/javadoc/reference/com/facebook/imagepipeline/producers/FetchState.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>
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.producers.FetchState |
| Known Direct Subclasses
HttpUrlConnectionNetworkFetcher.HttpUrlConnectionNetworkFetchState, OkHttpNetworkFetcher.OkHttpNetworkFetchState, PriorityNetworkFetcher.PriorityFetchState<FETCH_STATE extends FetchState>, VolleyNetworkFetcher.VolleyNetworkFetchState
| HttpUrlConnectionNetworkFetcher.HttpUrlConnectionNetworkFetchState | | | OkHttpNetworkFetcher.OkHttpNetworkFetchState | | | PriorityNetworkFetcher.PriorityFetchState<FETCH_STATE extends FetchState> | | | VolleyNetworkFetcher.VolleyNetworkFetchState | |
|
Used by NetworkFetcher to encapsulate the state of one network fetch.
Implementations can subclass this to store additional fetch-scoped fields.
| Public Constructors |
|---|
| Public Methods |
|---|
| Consumer<EncodedImage> |
| ProducerContext |
| String |
| long |
| ProducerListener2 |
| int |
| BytesRange |
| Uri |
| void |
| void |
EXPERIMENTAL: Allows the fetcher to set extra status flags to be included in calls to onNewResult(Object, int). |
| void |
| EXPERIMENTAL: Allows the fetcher to identify that the reponse is for an imcomplete portion of the whole image by defining the range of bytes being provided. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
EXPERIMENTAL: Allows the fetcher to set extra status flags to be included in calls to onNewResult(Object, int).
EXPERIMENTAL: Allows the fetcher to identify that the reponse is for an imcomplete portion of the whole image by defining the range of bytes being provided.
+Generated by Doclava. +