Uses of Class
com.adobe.pdfservices.operation.config.proxy.ProxyScheme
-
Packages that use ProxyScheme Package Description com.adobe.pdfservices.operation.config.proxy Contains the classes for proxy configurations used in PDF Services SDK. -
-
Uses of ProxyScheme in com.adobe.pdfservices.operation.config.proxy
Fields in com.adobe.pdfservices.operation.config.proxy declared as ProxyScheme Modifier and Type Field Description ProxyScheme
ProxyServerConfig.Builder. scheme
Methods in com.adobe.pdfservices.operation.config.proxy that return ProxyScheme Modifier and Type Method Description static ProxyScheme
ProxyScheme. get(String proxyScheme)
Returns the instance ofProxyScheme
for the input string.ProxyScheme
ProxyServerConfig. getProxyScheme()
Gets the scheme of proxy server.static ProxyScheme
ProxyScheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProxyScheme[]
ProxyScheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.pdfservices.operation.config.proxy with parameters of type ProxyScheme Modifier and Type Method Description ProxyServerConfig.Builder
ProxyServerConfig.Builder. withProxyScheme(ProxyScheme proxyScheme)
Sets the scheme of proxy server.
-