imagepipeline/src/main/java/com/facebook/imagepipeline/producers/PriorityNetworkFetcher.java [118:133]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public PriorityNetworkFetcher(
      NetworkFetcher<FETCH_STATE> delegate,
      boolean isHiPriFifo,
      int maxOutstandingHiPri,
      int maxOutstandingLowPri,
      boolean inflightFetchesCanBeCancelled,
      int maxNumberOfRequeue,
      boolean doNotCancelRequests,
      int immediateRequeueCount,
      int requeueDelayTimeInMillis,
      boolean multipleDequeue,
      boolean nonRecoverableExceptionPreventsRequeue,
      int maxConnectAttemptCount,
      int maxAttemptCount,
      boolean retryLowPriAll,
      boolean retryLowPriUnknownHostException,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



imagepipeline/src/main/java/com/facebook/imagepipeline/producers/PriorityNetworkFetcher.java [157:172]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public PriorityNetworkFetcher(
      NetworkFetcher<FETCH_STATE> delegate,
      boolean isHiPriFifo,
      int maxOutstandingHiPri,
      int maxOutstandingLowPri,
      boolean inflightFetchesCanBeCancelled,
      int maxNumberOfRequeue,
      boolean doNotCancelRequests,
      int immediateRequeueCount,
      int requeueDelayTimeInMillis,
      boolean multipleDequeue,
      boolean nonRecoverableExceptionPreventsRequeue,
      int maxConnectAttemptCount,
      int maxAttemptCount,
      boolean retryLowPriAll,
      boolean retryLowPriUnknownHostException,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



