ClusterAddressProperties

This type is a class for model objects.

@since 8.5.

Package: cluster

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  ServerCluster.clusterAddressProperties



Attributes Summary
waitForContinue : EBoolean @since 8.5. Specifies whether to use the HTTP 1.1 100 Continue support before sending the request content.
connectTimeout : EInt @since 8.5. The number of seconds the plug-in will wait for a successful connection.
extendedHandshake : EBoolean @since 8.5. Require the plug-in to perform some handshaking with the server to ensure that it is started before sending the request.
maxConnections : EInt @since 8.5. The maximum number of pending connections to the server.
serverIOTimeout : EInt @since 8.5. The plug-in's timeout (in seconds) for sending requests to and reading responses from the server.



Attribute Details

waitForContinue  -  @since 8.5. Specifies whether to use the HTTP 1.1 100 Continue support before sending the request content.
    Data Type: EBoolean
    Default value:  false
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

connectTimeout  -  @since 8.5. The number of seconds the plug-in will wait for a successful connection.
    Data Type: EInt
    Default value:  5
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

extendedHandshake  -  @since 8.5. Require the plug-in to perform some handshaking with the server to ensure that it is started before sending the request.
    Data Type: EBoolean
    Default value:  false
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

maxConnections  -  @since 8.5. The maximum number of pending connections to the server.
    Data Type: EInt
    Default value:  -1
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

serverIOTimeout  -  @since 8.5. The plug-in's timeout (in seconds) for sending requests to and reading responses from the server.
    Data Type: EInt
    Default value:  900
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006