Package org.apache.cxf.transport.http
Class ProxyFactory
java.lang.Object
org.apache.cxf.transport.http.ProxyFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProxy(HTTPClientPolicy policy, URI currentUrl) This method returns the Proxy server should it be set on the Client Side Policy.
-
Constructor Details
-
ProxyFactory
public ProxyFactory()
-
-
Method Details
-
createProxy
This method returns the Proxy server should it be set on the Client Side Policy.- Returns:
- The proxy server or null, if not set.
-