Interface RetryPolicyFactory

  • All Known Implementing Classes:
    DefaultRetryPolicyFactory

    public interface RetryPolicyFactory
    Factory to create new RetryPolicy instances.
    • Method Detail

      • newRetryPolicy

        com.android.volley.RetryPolicy newRetryPolicy()