Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Class and Description |
---|---|
class |
RequestScopedHttpClientCache
Implementation of the
HttpClientCache , caching the HttpClient s for the life time of the request. |
class |
TimeScopedHttpClientCache
Implementation of the
HttpClientCache , caching the HttpClient s 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 © 2018 SAP SE. All rights reserved.