Uses of Interface
com.android.volley.RetryPolicy

Packages that use RetryPolicy
com.android.volley   
 

Uses of RetryPolicy in com.android.volley
 

Classes in com.android.volley that implement RetryPolicy
 class DefaultRetryPolicy
          Default retry policy for requests.
 

Methods in com.android.volley that return RetryPolicy
 RetryPolicy Request.getRetryPolicy()
          Returns the retry policy that should be used for this request.
 

Methods in com.android.volley with parameters of type RetryPolicy
 void Request.setRetryPolicy(RetryPolicy retryPolicy)
          Sets the retry policy for this request.