Uses of Class
org.apache.cxf.transports.http.configuration.ProxyServerType
-
Packages that use ProxyServerType Package Description org.apache.cxf.transports.http.configuration -
-
Uses of ProxyServerType in org.apache.cxf.transports.http.configuration
Fields in org.apache.cxf.transports.http.configuration declared as ProxyServerType Modifier and Type Field Description protected ProxyServerTypeHTTPClientPolicy. proxyServerTypeSpecifies the type of the proxy server.Methods in org.apache.cxf.transports.http.configuration that return ProxyServerType Modifier and Type Method Description static ProxyServerTypeProxyServerType. fromValue(String v)ProxyServerTypeHTTPClientPolicy. getProxyServerType()Gets the value of the proxyServerType property.static ProxyServerTypeProxyServerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProxyServerType[]ProxyServerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.transports.http.configuration with parameters of type ProxyServerType Modifier and Type Method Description voidHTTPClientPolicy. setProxyServerType(ProxyServerType value)Sets the value of the proxyServerType property.
-