Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientFactory
-
Uses of HttpClientFactory in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeClassDescriptionclass
Abstract implementation ofHttpClientFactory
.class
Default implementation ofHttpClientFactory
.Modifier and TypeMethodDescriptionstatic HttpClientFactory
HttpClientAccessor.getHttpClientFactory()
Returns theHttpClientFactory
that is used when creating instances ofHttpClient
within theHttpClientAccessor
.Modifier and TypeMethodDescriptionstatic void
HttpClientAccessor.setHttpClientFactory
(HttpClientFactory httpClientFactory) Sets theHttpClientFactory
that is used when creating instances ofHttpClient
within theHttpClientAccessor
.io.vavr.control.Try<org.apache.http.client.HttpClient>
AbstractHttpClientCache.tryGetHttpClient
(HttpClientFactory httpClientFactory) Gets the non-destination-specificHttpClient
from this cache.io.vavr.control.Try<org.apache.http.client.HttpClient>
AbstractHttpClientCache.tryGetHttpClient
(HttpDestinationProperties destination, HttpClientFactory httpClientFactory) Gets theHttpClient
for the givenDestination
from this cache.io.vavr.control.Try<org.apache.http.client.HttpClient>
HttpClientCache.tryGetHttpClient
(HttpClientFactory httpClientFactory) Gets the non-destination-specificHttpClient
from this cache.io.vavr.control.Try<org.apache.http.client.HttpClient>
HttpClientCache.tryGetHttpClient
(HttpDestinationProperties destination, HttpClientFactory httpClientFactory) Gets theHttpClient
for the givenDestination
from this cache.