public interface AtomProxyConfig
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
getNonProxyHosts()
Getter for the non-proxy hosts.
|
String |
getNonProxyHostsString()
Getter for the "raw" string value of the non-proxy hosts config.
|
String |
getProxyHost()
Getter for the configured proxy host
|
String |
getProxyPassword()
Getter for the configured proxy password.
|
String |
getProxyPort()
Getter for the configured proxy port
|
String |
getProxyUser()
Getter for the configured proxy user
|
boolean |
isAuthenticationEnabled()
Indicates if authentication is required for this proxy.
|
boolean |
isProxyEnabled()
Indicates if a proxy has been configured for this container
|
boolean isProxyEnabled()
boolean isAuthenticationEnabled()
String getProxyHost()
String getProxyPort()
String getProxyUser()
String getProxyPassword()
String getNonProxyHostsString()