Example usage for org.apache.http.impl.client DefaultHttpRequestRetryHandler subclass-usage

List of usage examples for org.apache.http.impl.client DefaultHttpRequestRetryHandler subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.client DefaultHttpRequestRetryHandler subclass-usage.

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());