Package | Description |
---|---|
com.adobe.platform.operation |
Contains the classes and sub-packages for various operations.
|
Modifier and Type | Method and Description |
---|---|
static ClientConfig.Builder |
ClientConfig.builder()
Creates a new
ClientConfig builder. |
ClientConfig.Builder |
ClientConfig.Builder.fromFile(String clientConfigFilePath)
Sets the connect timeout and socket timeout using the JSON client config file path.
|
ClientConfig.Builder |
ClientConfig.Builder.withConnectTimeout(Integer connectTimeout)
Sets the connect timeout.
|
ClientConfig.Builder |
ClientConfig.Builder.withSocketTimeout(Integer socketTimeout)
Sets the socket timeout.
|
Copyright © 2021 Adobe. All rights reserved.