Apache CXF API

Uses of Class
org.apache.cxf.transports.http.configuration.ProxyServerType

Packages that use ProxyServerType
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
protected  ProxyServerType HTTPClientPolicy.proxyServerType
           
 

Methods in org.apache.cxf.transports.http.configuration that return ProxyServerType
static ProxyServerType ProxyServerType.fromValue(String v)
           
 ProxyServerType HTTPClientPolicy.getProxyServerType()
          Gets the value of the proxyServerType property.
static ProxyServerType ProxyServerType.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're declared.
 

Methods in org.apache.cxf.transports.http.configuration with parameters of type ProxyServerType
 void HTTPClientPolicy.setProxyServerType(ProxyServerType value)
          Sets the value of the proxyServerType property.
 


Apache CXF API

Apache CXF