Class ReasonPhraseBackoffStrategy
Strategy used to retry HTTP requests when the response's reason phrase matches one of the registered phrases.
- Guzzle\Plugin\Backoff\AbstractBackoffStrategy implements Guzzle\Plugin\Backoff\BackoffStrategyInterface
- Guzzle\Plugin\Backoff\AbstractErrorCodeBackoffStrategy
- Guzzle\Plugin\Backoff\ReasonPhraseBackoffStrategy
Namespace: Guzzle\Plugin\Backoff
Located at src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php
Located at src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php
public
boolean
|
#
makesDecision( )
Check if the strategy does filtering and makes decisions on whether or not to retry. |
protected
boolean|integer|null
|
#
getDelay( integer $retries,
Implement the concrete strategy |
__construct(),
getDefaultFailureCodes()
|
getBackoffPeriod(),
getNext(),
setNext()
|
$defaultErrorCodes,
$errorCodes
|
$next
|