Package net.gini.android.requests
Interface RetryPolicyFactory
-
- All Known Implementing Classes:
DefaultRetryPolicyFactory
public interface RetryPolicyFactory
Factory to create newRetryPolicy
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.android.volley.RetryPolicy
newRetryPolicy()
-