Java org.apache.http.client ConnectionBackoffStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client ConnectionBackoffStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client ConnectionBackoffStrategy.

The text is from its open source code.

Method

booleanshouldBackoff(Throwable t)
Determines whether seeing the given Throwable as a result of request execution should result in a backoff signal.
booleanshouldBackoff(HttpResponse resp)
Determines whether receiving the given HttpResponse as a result of request execution should result in a backoff signal.