Uses of Class
com.cumulocity.sdk.client.HttpClientConfig
Packages that use HttpClientConfig
-
Uses of HttpClientConfig in com.cumulocity.sdk.client
Methods in com.cumulocity.sdk.client that return HttpClientConfigMethods in com.cumulocity.sdk.client with parameters of type HttpClientConfigModifier and TypeMethodDescriptionvoid
PlatformParameters.setHttpClientConfig
(HttpClientConfig httpClientConfig) Pass the configuration for underlying http client Example: platform.setHttpClientConfig( HttpClientConfig.httpConfig() .pool(ConnectionPoolConfig.connectionPool() .perHost(100) .max(200) .awaitTimeout(60000) .build()) .build() );