Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Factory
Packages that use ApacheHttpClient5Factory
- 
Uses of ApacheHttpClient5Factory in com.sap.cloud.sdk.cloudplatform.connectivity
Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return ApacheHttpClient5FactoryModifier and TypeMethodDescriptionApacheHttpClient5FactoryBuilder.build()Builds a newApacheHttpClient5Factoryinstance with the previously configured parameters.static ApacheHttpClient5FactoryApacheHttpClient5Accessor.getHttpClientFactory()Returns theApacheHttpClient5Factorythat is used when creating instances ofHttpClientwithin theApacheHttpClient5Accessor.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type ApacheHttpClient5FactoryModifier and TypeMethodDescriptionstatic voidApacheHttpClient5Accessor.setHttpClientFactory(ApacheHttpClient5Factory httpClientFactory) Sets theApacheHttpClient5Factorythat is used when creating instances ofHttpClientwithin theApacheHttpClient5Accessor.io.vavr.control.Try<org.apache.hc.client5.http.classic.HttpClient>ApacheHttpClient5Cache.tryGetHttpClient(ApacheHttpClient5Factory httpClientFactory) Gets the non-destination-specificHttpClientfrom this cache.io.vavr.control.Try<org.apache.hc.client5.http.classic.HttpClient>ApacheHttpClient5Cache.tryGetHttpClient(HttpDestinationProperties destination, ApacheHttpClient5Factory httpClientFactory) Gets theHttpClientfor the givenDestinationfrom this cache.