This type is a class for model objects.
Channel for handling inbound network traffic.
Package: channels| 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 |