| Package | Description |
|---|---|
| com.sap.cloud.sdk.cloudplatform.connectivity |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpClientCache
Provides caching functionality to the
HttpClientAccessor. |
class |
RequestScopedHttpClientCache
Implementation of the
HttpClientCache, caching the HttpClients for the life time of the request. |
class |
TimeScopedHttpClientCache
Implementation of the
HttpClientCache, caching the HttpClients for the amount of time given in the
constructor. |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientCache |
HttpClientAccessor.getHttpClientCache()
Configures the
HttpClientCache that is used by the #getHttpClient(String) and
#getHttpClient(Destination) methods. |
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpClientAccessor.setHttpClientCache(HttpClientCache httpClientCache)
Configures the
HttpClientCache that is used by the #getHttpClient(String) and
#getHttpClient(Destination) methods. |
Copyright © 2021 SAP SE. All rights reserved.