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

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

Introduction

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

The text is from its open source code.

Method

voidbackOff(HttpRoute route)
Called when we have decided that the result of using a connection should be interpreted as a backoff signal.
voidprobe(HttpRoute route)
Called when we have determined that the result of using a connection has succeeded and that we may probe for more connections.