Home
last modified time | relevance | path

Searched refs:retryOnConnectionFailure (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DOkHttpClient.java143 private boolean retryOnConnectionFailure = true; field in OkHttpClient
174 this.retryOnConnectionFailure = okHttpClient.retryOnConnectionFailure; in OkHttpClient()
457 public void setRetryOnConnectionFailure(boolean retryOnConnectionFailure) { in setRetryOnConnectionFailure() argument
458 this.retryOnConnectionFailure = retryOnConnectionFailure; in setRetryOnConnectionFailure()
462 return retryOnConnectionFailure; in getRetryOnConnectionFailure()