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