@Alias(value="proxy") @TypeDsl(allowTopLevelDefinition=true) public class DefaultProxyConfig extends Object implements HttpProxyConfig
HttpProxyConfig.HttpNtlmProxyConfig| Constructor and Description |
|---|
DefaultProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost() |
String |
getNonProxyHosts() |
String |
getPassword() |
int |
getPort() |
String |
getUsername() |
int |
hashCode() |
void |
setHost(String host) |
void |
setNonProxyHosts(String nonProxyHosts) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setUsername(String username) |
public void setHost(String host)
public void setPort(int port)
public void setUsername(String username)
public void setPassword(String password)
public void setNonProxyHosts(String nonProxyHosts)
public String getHost()
getHost in interface org.mule.runtime.http.api.client.proxy.ProxyConfigpublic int getPort()
getPort in interface org.mule.runtime.http.api.client.proxy.ProxyConfigpublic String getUsername()
getUsername in interface org.mule.runtime.http.api.client.proxy.ProxyConfigpublic String getPassword()
getPassword in interface org.mule.runtime.http.api.client.proxy.ProxyConfigpublic String getNonProxyHosts()
getNonProxyHosts in interface org.mule.runtime.http.api.client.proxy.ProxyConfigCopyright © 2024 MuleSoft, Inc.. All rights reserved.