Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder
-
Uses of ApacheHttpClient5FactoryBuilder in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeMethodDescriptionApacheHttpClient5FactoryBuilder.maxConnectionsPerRoute
(int maxConnectionsPerRoute) Sets the maximum number of parallel connections per route (e.g. per remote host) that can be established with aHttpClient
created by the to-be-builtApacheHttpClient5Factory
.ApacheHttpClient5FactoryBuilder.maxConnectionsTotal
(int maxConnectionsTotal) Sets the maximum number of parallel connections that can be established with aHttpClient
created by the to-be-builtApacheHttpClient5Factory
.Sets the timeoutHttpClient
instances created by the to-be-builtApacheHttpClient5Factory
should use.ApacheHttpClient5FactoryBuilder.timeoutInMilliseconds
(int timeoutInMilliseconds) Sets the timeoutHttpClient
instances created by the to-be-builtApacheHttpClient5Factory
should use.ApacheHttpClient5FactoryBuilder.tlsUpgrade
(ApacheHttpClient5FactoryBuilder.TlsUpgrade tlsUpgrade) Sets the automatic TLS upgrade strategy.