| Package | Description |
|---|---|
| com.here.account.client |
A general purpose client class that talks to a Resource Server, in OAuth2-speak.
|
| com.here.account.oauth2 |
An OAuth2.0 compliant client library for use against HERE Account services.
|
| com.here.account.oauth2.retry |
| Modifier and Type | Method and Description |
|---|---|
Client.Builder |
Client.Builder.withRetryPolicy(RetryPolicy retryPolicy) |
| Modifier and Type | Method and Description |
|---|---|
HereAccessTokenProvider.Builder |
HereAccessTokenProvider.Builder.setRetryPolicy(RetryPolicy retryPolicy)
Optionally override the retry policy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoRetryPolicy
An implementation of
RetryPolicy with default behaviour as no retry. |
class |
Socket5xxExponentialRandomBackoffPolicy
An implementation of
RetryPolicy to retry on SocketTimeoutException
and http status greater or equal to 500 |
| Constructor and Description |
|---|
RetryExecutor(RetryPolicy retryPolicy) |
Copyright © 2020 HERE Europe B.V. All Rights Reserved.