Class HttpProxyConfig
- java.lang.Object
-
- com.mulesoft.connectors.unitedflightsintegration.api.proxy.HttpProxyConfig
-
- All Implemented Interfaces:
org.mule.runtime.http.api.client.proxy.ProxyConfig
@Alias("proxy") @TypeDsl(allowTopLevelDefinition=true) @ConfiguresProxy public class HttpProxyConfig extends Object implements org.mule.runtime.http.api.client.proxy.ProxyConfig
-
-
Constructor Summary
Constructors Constructor Description HttpProxyConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHost()StringgetNonProxyHosts()StringgetPassword()intgetPort()StringgetUsername()inthashCode()
-
-
-
Method Detail
-
getHost
public String getHost()
- Specified by:
getHostin interfaceorg.mule.runtime.http.api.client.proxy.ProxyConfig
-
getPort
public int getPort()
- Specified by:
getPortin interfaceorg.mule.runtime.http.api.client.proxy.ProxyConfig
-
getUsername
public String getUsername()
- Specified by:
getUsernamein interfaceorg.mule.runtime.http.api.client.proxy.ProxyConfig
-
getPassword
public String getPassword()
- Specified by:
getPasswordin interfaceorg.mule.runtime.http.api.client.proxy.ProxyConfig
-
getNonProxyHosts
public String getNonProxyHosts()
- Specified by:
getNonProxyHostsin interfaceorg.mule.runtime.http.api.client.proxy.ProxyConfig
-
-