| Package | Description |
|---|---|
| com.here.account.http |
A pluggable HTTP abstraction used by the HERE Account client.
|
| com.here.account.http.apache |
An Apache HTTP Client Implementation of
com.here.account.http. |
| com.here.account.http.java |
A Java Implementation of
com.here.account.http. |
| com.here.account.oauth2.retry |
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpResponse |
HttpProvider.execute(HttpProvider.HttpRequest httpRequest)
Execute the httpRequest.
|
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpResponse |
ApacheHttpClientProvider.execute(HttpProvider.HttpRequest httpRequest) |
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpResponse |
JavaHttpProvider.execute(HttpProvider.HttpRequest httpRequest) |
| Modifier and Type | Method and Description |
|---|---|
HttpProvider.HttpResponse |
Retryable.execute()
Execute an operation with retry semantics.
|
HttpProvider.HttpResponse |
RetryExecutor.execute(Retryable retryable)
Execute the given
Retryable until retry policy decides to give up. |
HttpProvider.HttpResponse |
RetryContext.getLastRetryResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryContext.setLastRetryResponse(HttpProvider.HttpResponse lastRetryResponse) |
Copyright © 2022 HERE Europe B.V. All Rights Reserved.