Uses of Class
com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig
-
Packages that use ProxyServerConfig Package Description com.adobe.pdfservices.operation.config Contains the classes for configuring the PDF Services SDK.com.adobe.pdfservices.operation.config.proxy Contains the classes for proxy configurations used in PDF Services SDK. -
-
Uses of ProxyServerConfig in com.adobe.pdfservices.operation.config
Methods in com.adobe.pdfservices.operation.config with parameters of type ProxyServerConfig Modifier and Type Method Description ClientConfig.Builder
ClientConfig.Builder. withProxyServerConfig(ProxyServerConfig proxyServerConfig)
Sets the configuration for proxy server. -
Uses of ProxyServerConfig in com.adobe.pdfservices.operation.config.proxy
Methods in com.adobe.pdfservices.operation.config.proxy that return ProxyServerConfig Modifier and Type Method Description ProxyServerConfig
ProxyServerConfig.Builder. build()
Returns a newProxyServerConfig
instance built from the current state of this builder.
-