Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Factory
-
Uses of ApacheHttpClient5Factory in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeMethodDescriptionApacheHttpClient5FactoryBuilder.build()
Builds a newApacheHttpClient5Factory
instance with the previously configured parameters.static ApacheHttpClient5Factory
ApacheHttpClient5Accessor.getHttpClientFactory()
Returns theApacheHttpClient5Factory
that is used when creating instances ofHttpClient
within theApacheHttpClient5Accessor
.Modifier and TypeMethodDescriptionstatic void
ApacheHttpClient5Accessor.setHttpClientFactory
(ApacheHttpClient5Factory httpClientFactory) Sets theApacheHttpClient5Factory
that is used when creating instances ofHttpClient
within theApacheHttpClient5Accessor
.io.vavr.control.Try<org.apache.hc.client5.http.classic.HttpClient>
ApacheHttpClient5Cache.tryGetHttpClient
(ApacheHttpClient5Factory httpClientFactory) Gets the non-destination-specificHttpClient
from this cache.io.vavr.control.Try<org.apache.hc.client5.http.classic.HttpClient>
ApacheHttpClient5Cache.tryGetHttpClient
(HttpDestinationProperties destination, ApacheHttpClient5Factory httpClientFactory) Gets theHttpClient
for the givenDestination
from this cache.