List of usage examples for org.apache.http.impl.client DefaultHttpRequestRetryHandler subclass-usage
From source file com.normalexception.app.rx8club.httpclient.RetryHandler.java
/** * Custom retry handler */ public class RetryHandler extends DefaultHttpRequestRetryHandler { private static final int MAX_RETRY = 5; private Logger TAG = LogManager.getLogger(this.getClass());