com.ibm.websphere.http.headers
Interface HTTPProxySettings
- public interface HTTPProxySettings
The following features are supported:
See Also:
HeadersPackage.getHTTPProxySettings()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getNonProxyHost()
Returns the value of the 'Non Proxy Host' attribute list.
|
getProxyCredentials()
Returns the value of the 'Proxy Credentials' containment reference.
|
|
|
getProxyHost()
Returns the value of the 'Proxy Host' attribute.
|
|
getProxyPort()
Returns the value of the 'Proxy Port' attribute.
|
getProxyType()
Returns the value of the 'Proxy Type' attribute.
|
|
|
isSetProxyCredentials()
Returns whether the value of the '
Proxy Credentials ' containment reference is set
|
|
isSetProxyHost()
Returns whether the value of the '
Proxy Host ' attribute is set
|
|
isSetProxyPort()
Returns whether the value of the '
Proxy Port ' attribute is set
|
|
isSetProxyType()
Returns whether the value of the '
Proxy Type ' attribute is set
|
|
setProxyCredentials(HTTPCredentials value)
Sets the value of the '
Proxy Credentials ' containment reference
|
|
setProxyHost(java.lang.String value)
Sets the value of the '
Proxy Host ' attribute
|
|
setProxyPort(java.lang.Integer value)
Sets the value of the '
Proxy Port ' attribute
|
|
setProxyType(HTTPProxyType value)
Sets the value of the '
Proxy Type ' attribute
|
|
unsetProxyCredentials()
Unsets the value of the '
Proxy Credentials ' containment reference
|
|
unsetProxyHost()
Unsets the value of the '
Proxy Host ' attribute
|
|
unsetProxyPort()
Unsets the value of the '
Proxy Port ' attribute
|
|
unsetProxyType()
Unsets the value of the '
Proxy Type ' attribute
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
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:
unsetProxyHost
- void unsetProxyHost()
Unsets the value of the '
Proxy Host
' attribute.
See Also:
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:
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:
unsetProxyPort
- void unsetProxyPort()
Unsets the value of the '
Proxy Port
' attribute.
See Also:
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:
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:
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:
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:
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:
getNonProxyHost
- java.util.List getNonProxyHost( )
Returns the value of the 'Non Proxy Host' attribute list.
The list contents are of type
String
.
Returns:
the value of the 'Non Proxy Host' attribute list.
See Also:
HeadersPackage.getHTTPProxySettings_NonProxyHost()