インタフェース
com.android.volley.RetryPolicy の使用

RetryPolicy を使用しているパッケージ
com.android.volley   
 

com.android.volley での RetryPolicy の使用
 

RetryPolicy を実装している com.android.volley のクラス
 class DefaultRetryPolicy
          Default retry policy for requests.
 

RetryPolicy を返す com.android.volley のメソッド
 RetryPolicy Request.getRetryPolicy()
          Returns the retry policy that should be used for this request.
 

RetryPolicy 型のパラメータを持つ com.android.volley のメソッド
 void Request.setRetryPolicy(RetryPolicy retryPolicy)
          Sets the retry policy for this request.