public interface FirewallConfiguration
Modifier and Type | Method and Description |
---|---|
void |
addNonProxyHost(String host) |
void |
apply() |
URL |
getHost() |
List<String> |
getNonProxyHosts() |
String |
getNonProxyHostsAsString() |
String |
getPassword() |
String |
getUserName() |
boolean |
isAuthenticate() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
boolean |
setHost(String host,
String port) |
void |
setHost(URL host) |
void |
setNonProxyHosts(String nonProxyHosts) |
void |
setPassword(String password) |
void |
setUserName(String userName) |
void apply()
boolean isAuthenticate()
boolean isEnabled()
void setEnabled(boolean enabled)
URL getHost()
String getUserName()
String getPassword()
void setHost(URL host)
void setUserName(String userName)
void setPassword(String password)
String getNonProxyHostsAsString()
void setNonProxyHosts(String nonProxyHosts)
void addNonProxyHost(String host)