Open Monograph Press
3.3.0
BackoffStrategyInterface.php
1
<?php
2
3
namespace
Guzzle\Plugin\Backoff
;
4
5
use
Guzzle\Http\Message\RequestInterface
;
6
use
Guzzle\Http\Message\Response
;
7
use
Guzzle\Http\Exception\HttpException
;
8
12
interface
BackoffStrategyInterface
13
{
24
public
function
getBackoffPeriod
(
25
$retries,
26
RequestInterface
$request,
27
Response
$response =
null
,
28
HttpException
$e =
null
29
);
30
}
Guzzle\Http\Message\RequestInterface
Definition:
lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php:16
Guzzle\Http\Exception\HttpException
Definition:
lib/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php:10
Guzzle\Http\Message\Response
Definition:
paymethod/paypal/lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php:17
Guzzle\Plugin\Backoff
Definition:
AbstractBackoffStrategy.php:3
Guzzle\Plugin\Backoff\BackoffStrategyInterface\getBackoffPeriod
getBackoffPeriod( $retries, RequestInterface $request, Response $response=null, HttpException $e=null)
Guzzle\Plugin\Backoff\BackoffStrategyInterface
Definition:
BackoffStrategyInterface.php:12
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Plugin
Backoff
BackoffStrategyInterface.php
Generated on Fri Aug 28 2020 14:51:30 for Open Monograph Press by
1.8.17