Package com.mendix.http
Interface IProxyConfiguration
public interface IProxyConfiguration
Specifies proxy configuration.
- 
Method Summary
- 
Method Details- 
getHostString getHost()Gets the proxy host.- Returns:
- the proxy host
 
- 
getPortint getPort()Gets the proxy port.- Returns:
- the proxy port
 
- 
getUserGets the proxy user.- Returns:
- the proxy user, or empty when the proxy server does not require authentication
 
- 
getPasswordGets the proxy password.- Returns:
- the proxy password, or empty when the proxy server does not require authentication
 
 
-