TCPInboundChannel
This type is a class for model objects.
Channel for handling inbound network traffic.
Package: channels
Supertype: InboundTransportChannel
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Attributes Summary endPointName : EString * No description is available * maxOpenConnections : EInt maximum number of connections that can be open at one time inactivityTimeout : EInt amount of time socket can remain inactive before timing out read or write requests (seconds) addressExcludeList : EString list of addresses that should not be allowed to make inbound connections addressIncludeList : EString list of addresses that should be allowed to make inbound connections hostNameExcludeList : EString * No description is available * hostNameIncludeList : EString * No description is available * threadPool : ThreadPool @ * No description is available *
Attribute Details
endPointName - * No description is available *
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
maxOpenConnections - maximum number of connections that can be open at one time
Data Type: EInt
Default value: 20000
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
inactivityTimeout - amount of time socket can remain inactive before timing out read or write requests (seconds)
Data Type: EInt
Default value: 60
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
addressExcludeList - list of addresses that should not be allowed to make inbound connections
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 0
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
addressIncludeList - list of addresses that should be allowed to make inbound connections
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 0
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
hostNameExcludeList - * No description is available *
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 0
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
hostNameIncludeList - * No description is available *
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 0
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
threadPool - * No description is available *
Reference Type: ThreadPool @
Containment: false
Container: false
Required: false
Changeable: true
Unsettable: false
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