Package | Description |
---|---|
com.cumulocity.sdk.client |
Modifier and Type | Method and Description |
---|---|
HttpClientConfig |
PlatformParameters.getHttpClientConfig() |
Modifier and Type | Method and Description |
---|---|
void |
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()
);
|
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.