We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7b165 commit 57a96c1Copy full SHA for 57a96c1
sample/src/main/java/com/loopj/android/http/sample/RetryRequestSample.java
@@ -29,6 +29,14 @@
29
import org.apache.http.conn.ConnectTimeoutException;
30
import org.apache.http.conn.ConnectionPoolTimeoutException;
31
32
+/**
33
+ * This sample demonstrates use of
34
+ * {@link AsyncHttpClient#allowRetryExceptionClass(java.lang.Class)} and
35
+ * {@link AsyncHttpClient#blockRetryExceptionClass(java.lang.Class)} to whitelist
36
+ * and blacklist certain Exceptions, respectively.
37
+ *
38
+ * @author Noor Dawod <[email protected]>
39
+ */
40
public class RetryRequestSample extends GetSample {
41
42
private static boolean wasToastShown;
0 commit comments