public static class

OkHttpNetworkFetcher.OkHttpNetworkFetchState

extends FetchState
java.lang.Object
   ↳ com.facebook.imagepipeline.producers.FetchState
     ↳ com.facebook.imagepipeline.backends.okhttp3.OkHttpNetworkFetcher.OkHttpNetworkFetchState

Summary

Fields
public long fetchCompleteTime
public long responseTime
public long submitTime
Public Constructors
OkHttpNetworkFetchState(Consumer<EncodedImage> consumer, ProducerContext producerContext)
[Expand]
Inherited Methods
From class com.facebook.imagepipeline.producers.FetchState
From class java.lang.Object

Fields

public long fetchCompleteTime

public long responseTime

public long submitTime

Public Constructors

public OkHttpNetworkFetchState (Consumer<EncodedImage> consumer, ProducerContext producerContext)