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