@Alias(value="Default") @TypeDsl(allowTopLevelDefinition=true) public class DefaultHttpProxyConfig extends Object implements HttpProxyConfig
| Constructor and Description |
|---|
DefaultHttpProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getNonProxyHosts() |
String |
getPassword() |
int |
getPort() |
String |
getUsername() |
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 © 2018. All rights reserved.