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 ProxySchemeProxyServerConfig.Builder. schemeMethods in com.adobe.pdfservices.operation.config.proxy that return ProxyScheme Modifier and Type Method Description static ProxySchemeProxyScheme. get(String proxyScheme)Returns the instance ofProxySchemefor the input string.ProxySchemeProxyServerConfig. getProxyScheme()Gets the scheme of proxy server.static ProxySchemeProxyScheme. 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.BuilderProxyServerConfig.Builder. withProxyScheme(ProxyScheme proxyScheme)Sets the scheme of proxy server.
-