com.ibm.websphere.http.headers

Interface HTTPProxySettings


  1. public interface HTTPProxySettings
A representation of the model object 'HTTP Proxy Settings'.

The following features are supported:

See Also:
HeadersPackage.getHTTPProxySettings()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.util.List
getNonProxyHost()
Returns the value of the 'Non Proxy Host' attribute list.
  1. HTTPCredentials
getProxyCredentials()
Returns the value of the 'Proxy Credentials' containment reference.
  1. java.lang.String
getProxyHost()
Returns the value of the 'Proxy Host' attribute.
  1. java.lang.Integer
getProxyPort()
Returns the value of the 'Proxy Port' attribute.
  1. HTTPProxyType
getProxyType()
Returns the value of the 'Proxy Type' attribute.
  1. boolean
isSetProxyCredentials()
Returns whether the value of the ' Proxy Credentials' containment reference is set
  1. boolean
isSetProxyHost()
Returns whether the value of the ' Proxy Host' attribute is set
  1. boolean
isSetProxyPort()
Returns whether the value of the ' Proxy Port' attribute is set
  1. boolean
isSetProxyType()
Returns whether the value of the ' Proxy Type' attribute is set
  1. void
setProxyCredentials(HTTPCredentials value)
Sets the value of the ' Proxy Credentials' containment reference
  1. void
setProxyHost(java.lang.String value)
Sets the value of the ' Proxy Host' attribute
  1. void
setProxyPort(java.lang.Integer value)
Sets the value of the ' Proxy Port' attribute
  1. void
setProxyType(HTTPProxyType value)
Sets the value of the ' Proxy Type' attribute
  1. void
unsetProxyCredentials()
Unsets the value of the ' Proxy Credentials' containment reference
  1. void
unsetProxyHost()
Unsets the value of the ' Proxy Host' attribute
  1. void
unsetProxyPort()
Unsets the value of the ' Proxy Port' attribute
  1. void
unsetProxyType()
Unsets the value of the ' Proxy Type' attribute

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getProxyHost

  1. 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

  1. 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

  1. void unsetProxyHost()
Unsets the value of the ' Proxy Host' attribute.
See Also:

isSetProxyHost

  1. 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

  1. 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

  1. 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

  1. void unsetProxyPort()
Unsets the value of the ' Proxy Port' attribute.
See Also:

isSetProxyPort

  1. 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

  1. 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

  1. 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

  1. void unsetProxyType()
Unsets the value of the ' Proxy Type' attribute.
See Also:

isSetProxyType

  1. 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

  1. 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

  1. 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

  1. void unsetProxyCredentials()
Unsets the value of the ' Proxy Credentials' containment reference.
See Also:

isSetProxyCredentials

  1. 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

  1. 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()