| Package | Description |
|---|---|
| com.sap.cloud.sdk.cloudplatform.connectivity |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpClientFactory
Abstract implementation of
HttpClientFactory. |
class |
DefaultHttpClientFactory
Default implementation of
HttpClientFactory. |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientFactory |
HttpClientAccessor.getHttpClientFactory()
Returns the
HttpClientFactory that is used when creating instances of HttpClient within the
HttpClientAccessor. |
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpClientAccessor.setHttpClientFactory(HttpClientFactory httpClientFactory)
Sets the
HttpClientFactory that is used when creating instances of HttpClient within the
HttpClientAccessor. |
io.vavr.control.Try<org.apache.http.client.HttpClient> |
AbstractHttpClientCache.tryGetHttpClient(HttpClientFactory httpClientFactory)
Gets the non-destination-specific
HttpClient from this cache. |
io.vavr.control.Try<org.apache.http.client.HttpClient> |
HttpClientCache.tryGetHttpClient(HttpClientFactory httpClientFactory)
Gets the non-destination-specific
HttpClient from this cache. |
io.vavr.control.Try<org.apache.http.client.HttpClient> |
AbstractHttpClientCache.tryGetHttpClient(HttpDestinationProperties destination,
HttpClientFactory httpClientFactory)
Gets the
HttpClient for the given Destination from this cache. |
io.vavr.control.Try<org.apache.http.client.HttpClient> |
HttpClientCache.tryGetHttpClient(HttpDestinationProperties destination,
HttpClientFactory httpClientFactory)
Gets the
HttpClient for the given Destination from this cache. |
Copyright © 2021 SAP SE. All rights reserved.