public class SDKDefaultRetryConditionTest extends Object
Constructor and Description |
---|
SDKDefaultRetryConditionTest() |
Modifier and Type | Method and Description |
---|---|
void |
shouldAlwaysRetryClockSkewCodes() |
void |
shouldAlwaysRetryOnRetryableStatusCodes() |
void |
shouldAlwaysRetryThrottlingCodes() |
void |
shouldNotRetryBad4xxErrorCodeAseExcept429() |
void |
shouldNotRetryNonIOExceptionAce() |
void |
shouldNotRetryNonRetryable5xx() |
void |
shouldRetry_EC2ThrottledException() |
void |
shouldRetryBad429ErrorCodeAse() |
void |
shouldRetryIOExceptionAce() |
public void shouldRetryIOExceptionAce()
public void shouldNotRetryNonIOExceptionAce()
public void shouldAlwaysRetryOnRetryableStatusCodes()
public void shouldNotRetryNonRetryable5xx()
public void shouldAlwaysRetryClockSkewCodes()
public void shouldAlwaysRetryThrottlingCodes()
public void shouldNotRetryBad4xxErrorCodeAseExcept429()
public void shouldRetryBad429ErrorCodeAse()
public void shouldRetry_EC2ThrottledException()
Copyright © 2020. All rights reserved.