Uses of Enum
org.apache.cxf.transports.http.configuration.ProxyServerType
Packages that use ProxyServerType
-
Uses of ProxyServerType in org.apache.cxf.transports.http.configuration
Fields in org.apache.cxf.transports.http.configuration declared as ProxyServerTypeModifier and TypeFieldDescriptionprotected ProxyServerTypeHTTPClientPolicy.proxyServerTypeSpecifies the type of the proxy server.Methods in org.apache.cxf.transports.http.configuration that return ProxyServerTypeModifier and TypeMethodDescriptionstatic ProxyServerTypeHTTPClientPolicy.getProxyServerType()Gets the value of the proxyServerType property.static ProxyServerTypeReturns 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 ProxyServerTypeModifier and TypeMethodDescriptionvoidHTTPClientPolicy.setProxyServerType(ProxyServerType value) Sets the value of the proxyServerType property.