Package | Description |
---|---|
com.adobe.pdfservices.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, socket timeout and proxy config using the JSON client config file path.
|
ClientConfig.Builder |
ClientConfig.Builder.withConnectTimeout(Integer connectTimeout)
Sets the connect timeout.
|
ClientConfig.Builder |
ClientConfig.Builder.withProxyHost(String proxyHost)
Sets the Host name of proxy server (IP or DNS name)
|
ClientConfig.Builder |
ClientConfig.Builder.withProxyPort(Integer proxyPort)
Sets the Port Number of Proxy server.
|
ClientConfig.Builder |
ClientConfig.Builder.withProxyScheme(ClientConfig.ProxyScheme proxyScheme)
Sets the scheme of Proxy Server (http or https).
|
ClientConfig.Builder |
ClientConfig.Builder.withSocketTimeout(Integer socketTimeout)
Sets the socket timeout.
|
Copyright © 2022 Adobe. All rights reserved.