| Package | Description |
|---|---|
| com.here.account.oauth2.retry |
| Modifier and Type | Method and Description |
|---|---|
int |
NoRetryPolicy.getNextRetryIntervalMillis(RetryContext retryContext) |
int |
RetryPolicy.getNextRetryIntervalMillis(RetryContext retryContext)
Calculates wait interval after which retry should happen in milliseconds.
|
int |
Socket5xxExponentialRandomBackoffPolicy.getNextRetryIntervalMillis(RetryContext retryContext) |
boolean |
NoRetryPolicy.shouldRetry(RetryContext retryContext) |
boolean |
RetryPolicy.shouldRetry(RetryContext retryContext)
Decides whether retry should happen based on last response or last exception thrown.
|
boolean |
Socket5xxExponentialRandomBackoffPolicy.shouldRetry(RetryContext retryContext) |
Copyright © 2021 HERE Europe B.V. All Rights Reserved.