@Alias(value="proxy") @TypeDsl(allowTopLevelDefinition=true) public class HttpProxyConfig extends Object implements org.mule.runtime.http.api.client.proxy.ProxyConfig
| Constructor and Description |
|---|
HttpProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost() |
String |
getNonProxyHosts() |
String |
getPassword() |
int |
getPort() |
String |
getUsername() |
int |
hashCode() |
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 © 2021. All rights reserved.