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.BuilderClientConfig.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 ProxyServerConfigProxyServerConfig.Builder. build()Returns a newProxyServerConfiginstance built from the current state of this builder.
-