Skip to content

Commit 57a96c1

Browse files
author
Noor Dawod
committed
Add Javadoc for class.
1 parent bc7b165 commit 57a96c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sample/src/main/java/com/loopj/android/http/sample/RetryRequestSample.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
import org.apache.http.conn.ConnectTimeoutException;
3030
import org.apache.http.conn.ConnectionPoolTimeoutException;
3131

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+
*/
3240
public class RetryRequestSample extends GetSample {
3341

3442
private static boolean wasToastShown;

0 commit comments

Comments
 (0)