com.ibm.websphere.http.headers
Interface HTTPProxySettings
-
public interface HTTPProxySettingsA representation of the model object 'HTTP Proxy Settings'.The following features are supported:
- See Also:
HeadersPackage.getHTTPProxySettings()
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCOPYRIGHT
-
Method Summary
Methods Modifier and Type Method and Description java.util.ListgetNonProxyHost()Returns the value of the 'Non Proxy Host' attribute list.HTTPCredentialsgetProxyCredentials()Returns the value of the 'Proxy Credentials' containment reference.java.lang.StringgetProxyHost()Returns the value of the 'Proxy Host' attribute.java.lang.IntegergetProxyPort()Returns the value of the 'Proxy Port' attribute.HTTPProxyTypegetProxyType()Returns the value of the 'Proxy Type' attribute.booleanisSetProxyCredentials()Returns whether the value of the 'Proxy Credentials' containment reference is setbooleanisSetProxyHost()Returns whether the value of the 'Proxy Host' attribute is setbooleanisSetProxyPort()Returns whether the value of the 'Proxy Port' attribute is setbooleanisSetProxyType()Returns whether the value of the 'Proxy Type' attribute is setvoidsetProxyCredentials(HTTPCredentials value)Sets the value of the 'Proxy Credentials' containment referencevoidsetProxyHost(java.lang.String value)Sets the value of the 'Proxy Host' attributevoidsetProxyPort(java.lang.Integer value)Sets the value of the 'Proxy Port' attributevoidsetProxyType(HTTPProxyType value)Sets the value of the 'Proxy Type' attributevoidunsetProxyCredentials()Unsets the value of the 'Proxy Credentials' containment referencevoidunsetProxyHost()Unsets the value of the 'Proxy Host' attributevoidunsetProxyPort()Unsets the value of the 'Proxy Port' attributevoidunsetProxyType()Unsets the value of the 'Proxy Type' attribute
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProxyHost
java.lang.String getProxyHost()
Returns the value of the 'Proxy Host' attribute.- Returns:
- the value of the 'Proxy Host' attribute.
- See Also:
isSetProxyHost(),unsetProxyHost(),setProxyHost(String),HeadersPackage.getHTTPProxySettings_ProxyHost()
-
setProxyHost
void setProxyHost(java.lang.String value)
Sets the value of the 'Proxy Host' attribute.- Parameters:
value- the new value of the 'Proxy Host' attribute.- See Also:
isSetProxyHost(),unsetProxyHost(),getProxyHost()
-
unsetProxyHost
void unsetProxyHost()
Unsets the value of the 'Proxy Host' attribute.- See Also:
isSetProxyHost(),getProxyHost(),setProxyHost(String)
-
isSetProxyHost
boolean isSetProxyHost()
Returns whether the value of the 'Proxy Host' attribute is set.- Returns:
- whether the value of the 'Proxy Host' attribute is set.
- See Also:
unsetProxyHost(),getProxyHost(),setProxyHost(String)
-
getProxyPort
java.lang.Integer getProxyPort()
Returns the value of the 'Proxy Port' attribute.- Returns:
- the value of the 'Proxy Port' attribute.
- See Also:
isSetProxyPort(),unsetProxyPort(),setProxyPort(Integer),HeadersPackage.getHTTPProxySettings_ProxyPort()
-
setProxyPort
void setProxyPort(java.lang.Integer value)
Sets the value of the 'Proxy Port' attribute.- Parameters:
value- the new value of the 'Proxy Port' attribute.- See Also:
isSetProxyPort(),unsetProxyPort(),getProxyPort()
-
unsetProxyPort
void unsetProxyPort()
Unsets the value of the 'Proxy Port' attribute.- See Also:
isSetProxyPort(),getProxyPort(),setProxyPort(Integer)
-
isSetProxyPort
boolean isSetProxyPort()
Returns whether the value of the 'Proxy Port' attribute is set.- Returns:
- whether the value of the 'Proxy Port' attribute is set.
- See Also:
unsetProxyPort(),getProxyPort(),setProxyPort(Integer)
-
getProxyType
HTTPProxyType getProxyType()
Returns the value of the 'Proxy Type' attribute. The default value is"http".- Returns:
- the value of the 'Proxy Type' attribute.
- See Also:
isSetProxyType(),unsetProxyType(),setProxyType(HTTPProxyType),HeadersPackage.getHTTPProxySettings_ProxyType()
-
setProxyType
void setProxyType(HTTPProxyType value)
Sets the value of the 'Proxy Type' attribute.- Parameters:
value- the new value of the 'Proxy Type' attribute.- See Also:
isSetProxyType(),unsetProxyType(),getProxyType()
-
unsetProxyType
void unsetProxyType()
Unsets the value of the 'Proxy Type' attribute.
-
isSetProxyType
boolean isSetProxyType()
Returns whether the value of the 'Proxy Type' attribute is set.- Returns:
- whether the value of the 'Proxy Type' attribute is set.
- See Also:
unsetProxyType(),getProxyType(),setProxyType(HTTPProxyType)
-
getProxyCredentials
HTTPCredentials getProxyCredentials()
Returns the value of the 'Proxy Credentials' containment reference.- Returns:
- the value of the 'Proxy Credentials' containment reference.
- See Also:
isSetProxyCredentials(),unsetProxyCredentials(),setProxyCredentials(HTTPCredentials),HeadersPackage.getHTTPProxySettings_ProxyCredentials()
-
setProxyCredentials
void setProxyCredentials(HTTPCredentials value)
Sets the value of the 'Proxy Credentials' containment reference.- Parameters:
value- the new value of the 'Proxy Credentials' containment reference.- See Also:
isSetProxyCredentials(),unsetProxyCredentials(),getProxyCredentials()
-
unsetProxyCredentials
void unsetProxyCredentials()
Unsets the value of the 'Proxy Credentials' containment reference.
-
isSetProxyCredentials
boolean isSetProxyCredentials()
Returns whether the value of the 'Proxy Credentials' containment reference is set.- Returns:
- whether the value of the 'Proxy Credentials' containment reference is set.
- See Also:
unsetProxyCredentials(),getProxyCredentials(),setProxyCredentials(HTTPCredentials)
-
getNonProxyHost
java.util.List getNonProxyHost()
Returns the value of the 'Non Proxy Host' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Non Proxy Host' attribute list.
- See Also:
HeadersPackage.getHTTPProxySettings_NonProxyHost()
-
-